Skip to content

Commit afea852

Browse files
Refactor tests into package structure mirroring source code
- Moved tests to `tests/ndi/unittest/...` - Renamed test files to match module names. - Updated README.md with correct test execution command. - Removed `tests/ndi/__init__.py` to prevent namespace shadowing.
1 parent 073d698 commit afea852

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pip install -e .
4646
To run the tests, use the following command:
4747

4848
```bash
49-
python -m unittest discover -s tests -t .
49+
python -m unittest discover -s tests/ndi/unittest -t .
5050
```
5151

5252
### Building Documentation

tests/ndi/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)