Name Description Size
.gitignore 20
create_executable.py Generate an executable with pytest runner embedded using PyInstaller. 427
runtests_script.py This is the script that is actually frozen into an executable: simply executes pytest main(). 192
tests
tox_run.py Called by tox.ini: uses the generated executable to run the tests in ./tests/ directory. 360