]> arthur.barton.de Git - bup.git/commit
tests: convert python-based tests to pytest
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 28 May 2020 20:50:43 +0000 (22:50 +0200)
committerRob Browning <rlb@defaultvalue.org>
Thu, 26 Nov 2020 21:53:09 +0000 (15:53 -0600)
commit17e6374625f19b0c7ba6a696c4aa497b85cb06e9
treed61fe25341faf409bb94ab04378859f6b0935daa
parentb7f5404f40957152de0d9ec65ad03cd534bc3002
tests: convert python-based tests to pytest

This converts the existing test scripts that are written
in python already to pytest based tests.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
[rlb@defaultvalue.org: change wvtest imports to wvpytest; remove
 wvtest.py here; drop buptest.test_tempdir here]
17 files changed:
Makefile
dev/echo-argv-bytes
dev/hardlink-sets
dev/ns-timestamp-resolutions
dev/sparse-test-data
dev/subtree-hash
test/ext/test-argv [deleted file]
test/ext/test-ftp [deleted file]
test/ext/test-get [deleted file]
test/ext/test-prune-older [deleted file]
test/ext/test_argv.py [new file with mode: 0644]
test/ext/test_ftp.py [new file with mode: 0644]
test/ext/test_get.py [new file with mode: 0644]
test/ext/test_prune_older.py [new file with mode: 0644]
test/int/test_compat.py
test/lib/buptest/__init__.py
wvtest.py [deleted file]