Skip to content

Commit c0e7536

Browse files
authored
Fix formatting
1 parent 79efc4d commit c0e7536

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ pre-commit install
5555
```
5656

5757
### Run unit tests
58-
```
5958
Tests can be run with either `tox` or `pytest`.
6059

6160
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`
6261

6362
To test cases by name, use pytest: `pytest -k test_str`
63+
6464
### Create documentation
65-
```
65+
66+
```sh
6667
tox -e docs
6768
```
6869

0 commit comments

Comments
 (0)