MrLokans/AskItTask

Tests cannot be run without testrunner.

Closed this issue · 1 comments

Tests are run greatly via pytest (e.g. pytest tests/tests.py), but due to absolute path build process can not be by being launched directly (e.g. python2 tests.py).

Solved via switching completely to pytest runner.