We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79efc4d commit c0e7536Copy full SHA for c0e7536
1 file changed
README.md
@@ -55,14 +55,15 @@ pre-commit install
55
```
56
57
### Run unit tests
58
-```
59
Tests can be run with either `tox` or `pytest`.
60
61
To run all the tests in a single test file, use pytest and specify the path to the test: `pytest tests/test_dateformat/test_base.py`
62
63
To test cases by name, use pytest: `pytest -k test_str`
+
64
### Create documentation
65
66
+```sh
67
tox -e docs
68
69
0 commit comments