Skip to content

Commit

Permalink
Readme text to help with unittest options
Browse files Browse the repository at this point in the history
If it was annoying for me to figure out, it belongs in the readme.
  • Loading branch information
kristian-clausal committed Dec 11, 2023
1 parent e1822ee commit bd8f58a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ To run a specific test, use the following syntax:
python -m unittest tests.test_[module].[Module]Tests.test_[name]
```

Python's unittest framework help and options can be accessed through:

```
python -m unittest -h
```

### Obtaining WikiMedia dump files

This package is primarily intended for processing Wiktionary and
Expand Down

0 comments on commit bd8f58a

Please sign in to comment.