diff options
author | Simon McVittie <smcv@debian.org> | 2016-08-11 08:34:01 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-08-11 09:24:22 +0100 |
commit | 56af7b702bfd9fa97c11111d4f832bb95263273f (patch) | |
tree | 1292dc98c8afb6d838d07b963394b3e47d6129a7 /setup.py | |
parent | eff7c820285504d229ef8474c870302abfbe4bc1 (diff) | |
download | dbus-python-56af7b702bfd9fa97c11111d4f832bb95263273f.tar.gz |
Use TAP syntax for all directly-run tests
For now this means that skipped tests will be reported as passed.
This will be corrected in the next commit.
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,4 +105,5 @@ setup( 'build_py': BuildPy, 'build_ext': BuildExt, }, + tests_require=['tap.py'], ) |