1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-02-13 12:45:46 +01:00

Added additional tests for cd32 module

Also, new command was added to utils - run_command which is an
generalized subprocess.call function.

Requirements is now added with module six, which was needed to detect
string-like objects in sane way.
This commit is contained in:
2016-12-31 20:17:17 +01:00
parent 364bb9ae59
commit ef5631de3c
5 changed files with 85 additions and 25 deletions

View File

@@ -7,7 +7,9 @@ usedevelop = True
usedevelop=True
setenv = COVERAGE_FILE = .coverage
commands = py.test --cov=fs_uae_wrapper --cov-report=term-missing
deps = -r{toxinidir}/test-requirements.txt
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:py27]
deps = {[testenv]deps}