Skip to content
Snippets Groups Projects
Commit 3aa82f09 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

testing test_files from TestFiles submodule

parent f8fc0ded
No related branches found
No related tags found
No related merge requests found
TestFiles @ cf64c48f
Subproject commit 2935f60df7616606d4a7951b12d967d513b2b37b
Subproject commit cf64c48ffb671d35a457d0539e078bfe3eb07f0b
......@@ -25,7 +25,7 @@ class Test_test_files(unittest.TestCase):
def test_test_files(self):
fn1 = get_test_file(tfp+'test_file.txt')
self.assertTrue(fn1)
self.assertTrue(os.path.isfile(fn1))
fn2 = get_test_file('test_file.txt')
self.assertEqual(fn1, fn2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment