Make tests runnable from anywhere

Tests no longer implicitly require that the caller be in
a specific working directory.

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-05-27 13:40:57 -05:00
parent 3d0bf89938
commit ebc57864f2
3 changed files with 79 additions and 76 deletions

View File

@@ -20,6 +20,11 @@ associated tests to work.
- 7zip
- ffmpeg
Tests
----
To run tests::
python -m unittest test.Wikiq_Unit_Test
TODO:
_______________