diff options
author | Bryan Quigley <code@bryanquigley.com> | 2020-08-11 17:05:37 -0700 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-13 10:14:16 -0400 |
commit | a80825dbb9e28306d9d2dac8114f00f03cce0c9a (patch) | |
tree | fe41aa8d78fdc91e6b058fe070ecac4556d63182 /tests/archive_tests.py | |
parent | 1ec1bcc94f7e51fd934d851c215e6fddeb3102ad (diff) | |
download | sos-a80825dbb9e28306d9d2dac8114f00f03cce0c9a.tar.gz |
[travis,style] Upgrade to 20.04 and cover more in tests
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests/archive_tests.py')
-rw-r--r-- | tests/archive_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py index d890d12f..7bc9ef15 100644 --- a/tests/archive_tests.py +++ b/tests/archive_tests.py @@ -61,7 +61,6 @@ class TarFileArchiveTest(unittest.TestCase): self.tf.add_string(self.copy_strings[0][0], 'tests/string_test.txt') self.tf.finalize('auto') - # Since commit 179d9bb add_file does not support recursive directory # addition. Disable this test for now. # def test_add_dir(self): |