Skip to content

Commit 4b1afb9

Browse files
committed
Add pytest command examples to the README
1 parent 8b3269d commit 4b1afb9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,20 @@ There are more command line features in test_arrow:
104104

105105
> python -m arrow.test.test_arrow --time
106106

107+
More examples:
108+
109+
> python -m arrow.test.test_hang
110+
111+
> pytest -m arrow/test/test_arrow.py
112+
113+
> pytest -k flagella
114+
107115
## Changelog
108116

117+
### Version 0.4.4
118+
119+
* Can pickle StochasticSystem instances.
120+
109121
### Version 0.3.0
110122

111123
* Introduced backwards-incompatible API change for supplying rates at `evolve()` time rather than `__init__()` for `StochasticSystem`.

0 commit comments

Comments
 (0)