mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-18 01:59:41 +02:00
tests: Update tests.
This commit is contained in:
@@ -14,7 +14,7 @@ class TestImage(unittest.TestCase):
|
||||
def test_get_img_dir(self):
|
||||
"""> Validate image directory."""
|
||||
result = image.get("tests/test_files")
|
||||
self.assertEqual(result, "tests/test_files/test2.jpg")
|
||||
self.assertEqual(result.endswith(".jpg"), True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user