def test_fnmatch_file(self):
assert self.root.join("samplefile").check(fnmatch='s*e')
-> assert self.root.join("samplefile").check(notfnmatch='s*x')
assert not self.root.join("samplefile").check(fnmatch='s*x')