Add image file for python unit tests.

This commit is contained in:
geekerzp
2015-04-23 17:38:57 +08:00
parent f9195a8a0e
commit 161aeb393b
3 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -47,7 +47,7 @@ class PetApiTests(unittest.TestCase):
def setUpFiles(self):
self.test_file_dir = os.path.join(os.path.dirname(__file__), "..", "testfiles")
self.test_file_dir = os.path.realpath(self.test_file_dir)
self.foo = os.path.join(self.test_file_dir, "foo.txt")
self.foo = os.path.join(self.test_file_dir, "foo.png")
def test_1_add_pet(self):
try: