New test for Tokenizer class

This commit is contained in:
Veronica K. B. Olsen
2020-12-04 00:46:29 +01:00
parent 0cb36c02f3
commit b687ffe696
5 changed files with 655 additions and 102 deletions
+2 -1
View File
@@ -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` |