Try and make test run on windows

This commit is contained in:
Paul Gauthier 2023-07-13 15:55:33 -07:00
parent 14ce1d43c7
commit 24015dab5f

View file

@ -133,6 +133,8 @@ print(my_function(3, 4))
for file in test_files:
self.assertIn(file, result)
del repo_map
if __name__ == "__main__":
unittest.main()