Updated the Common tests to new format

This commit is contained in:
Veronica K. B. Olsen
2020-12-06 12:46:10 +01:00
parent 7c95e6dffa
commit 730b572d4f
2 changed files with 62 additions and 21 deletions
+1
View File
@@ -61,6 +61,7 @@ The commands for the respective test categories are listed below.
| Type | Test Target | Source File(s) | Marker | Filter |
| :--- | :----------------- | :-------------------- | :-------- | :-------------------- |
| Unit | Common functions | nw/common.py | `-m base` | `-k testBaseCommon` |
| Unit | Core functions | nw/core/tools.py | `-m core` | `-k testCoreTools` |
| Unit | NWDoc class | nw/core/document.py | `-m core` | `-k testCoreDocument` |
| Unit | NWIndex class | nw/core/index.py | `-m core` | `-k testCoreIndex` |