parent
3e5462ebff
commit
507c658fe9
2 changed files with 9 additions and 4 deletions
|
@ -809,7 +809,8 @@ class TestConfig(unittest.TestCase):
|
|||
|
||||
valid = [
|
||||
test_file,
|
||||
tmp_dir
|
||||
tmp_dir,
|
||||
os.path.join(tmp_dir, 'notfound321')
|
||||
]
|
||||
for path in valid:
|
||||
assert self.config.is_allowed_path(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue