New test for NWStatus class

This commit is contained in:
Veronica K. B. Olsen
2020-12-03 20:22:22 +01:00
parent c7c70a35a0
commit 0cb36c02f3
5 changed files with 132 additions and 16 deletions
+1
View File
@@ -66,5 +66,6 @@ The commands for the respective test categories are listed below.
| Unit | NWIndex class | nw/core/index.py | `-m core` | `-k testCoreIndex` |
| Unit | NWItem class | nw/core/item.py | `-m core` | `-k testCoreItem` |
| Unit | NWSpell* classes | nw/core/spellcheck.py | `-m core` | `-k testCoreSpell` |
| 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` |