mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-22 13:59:01 +01:00
tests: Fix tests
This commit is contained in:
parent
6d116540dd
commit
1570dd003d
@ -33,5 +33,6 @@ class TestMain(unittest.TestCase):
|
|||||||
args = __main__.get_args(["-o", "true"])
|
args = __main__.get_args(["-o", "true"])
|
||||||
self.assertTrue(args.o)
|
self.assertTrue(args.o)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user