btrfs-progs/libbtrfsutil/python/tests
Omar Sandoval 5776a70b30 libbtrfsutil: change async parameters to async_ in Python bindings
async became a keyword in Python 3.7, so, e.g., create_subvolume('foo',
async=True) is now a syntax error. Fix it with the Python convention of
adding a trailing underscore to the keyword (async -> async_). This is
what several other Python libraries did to handle this.

Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-11-26 16:45:14 +01:00
..
__init__.py libbtrfsutil: use local mkfs.btrfs for tests if it exists 2018-03-30 22:54:41 +02:00
test_filesystem.py libbtrfsutil: add filesystem sync helpers 2018-02-24 01:37:17 +01:00
test_qgroup.py libbtrfsutil: add btrfs_util_create_snapshot() 2018-03-06 11:28:37 +01:00
test_subvolume.py libbtrfsutil: change async parameters to async_ in Python bindings 2018-11-26 16:45:14 +01:00