1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-04-24 17:21:28 +02:00

Make tempfile prefixed with fs-uae-wrapper string.

Also, included test requirements into tox file, and fixed docs.
This commit is contained in:
2025-09-25 18:50:26 +02:00
parent f5e6471555
commit 59bd1b6029
4 changed files with 8 additions and 8 deletions
+6 -1
View File
@@ -8,7 +8,12 @@ usedevelop=True
setenv = COVERAGE_FILE = .coverage
commands = py.test --cov=fs_uae_wrapper --cov-report=term-missing
deps = -r{toxinidir}/test-requirements.txt
deps =
pytest
pytest-cov
pytest-pep8
coverage
flake8
[testenv:py3-flake8]
basepython = python3