Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions spec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Test organization

Tests are numbered for deterministic ordering when running. Ordered from fundamentals to more higher level. Specific domains are organizaed in ranges.

## numbering scheme



- 00 is for the test helpers
- 01 - 19 are for generic utilities used everywhere
- 01 is for utils
- 02 is for `Sequence` class
- 03 is for `EditLine` class
- from there the ANSI sequence generating modules (color, cursor, etc)
- 20 - 49 are for the `ui` modules in `terminal.ui.*` range
- 20 is for `Panel` base class
- from there the derived modules
- 50 - 79 are for the `cli` modules in `terminal.cli.*` range
- no particular order
Loading