New test for Tokenizer class
This commit is contained in:
+2
-1
@@ -52,7 +52,7 @@ pytest-3 -v -m core
|
||||
|
||||
Available markers are:
|
||||
|
||||
* '`core`' for test covering the classes in the `nw/core` folder
|
||||
* '`core`' for unit tests covering the classes in the `nw/core` folder
|
||||
|
||||
## Tests
|
||||
|
||||
@@ -69,3 +69,4 @@ The commands for the respective test categories are listed below.
|
||||
| Unit | NWStatus class | nw/core/status.py | `-m core` | `-k testCoreStatus` |
|
||||
| Unit | NWTree class | nw/core/tree.py | `-m core` | `-k testCoreTree` |
|
||||
| Unit | OptionsState class | nw/core/options.py | `-m core` | `-k testCoreOptions` |
|
||||
| Unit | Tokenizer class | nw/core/tokenizer.py | `-m core` | `-k testCoreToken` |
|
||||
|
||||
Reference in New Issue
Block a user