Fix relative imports in the tests

This commit is contained in:
Jiri Konecny 2022-11-07 13:21:31 +01:00 committed by Stepan Oksanichenko
parent c198f7deee
commit 1d2ae624b9
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
42a94b80d45220279d9c5c917bb12b1aeb5b6a4e simpleline-1.8.3.tar.gz

View File

@ -17,6 +17,6 @@
dir: .
run: /usr/libexec/platform-python -c "import simpleline"
- unit:
dir: ./source/tests/units
dir: ./source/tests
run: /usr/libexec/platform-python -m unittest discover -v -p "*_test.py"