Skip to content

Commit c9baa57

Browse files
author
Matt Bernier
authored
Merge pull request #43 from riyasyash/master
added unittest to check for specific repo files
2 parents f770226 + 4d2ecd8 commit c9baa57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import unittest, json, decimal, os
1+
import decimal
2+
import json
3+
import os
4+
import unittest
5+
26
from smtpapi import SMTPAPIHeader
37

48

@@ -108,6 +112,5 @@ def test_repository_files_exists(self):
108112
else:
109113
self.assertTrue(os.path.exists(file_path), msg=self.file_not_found_message.format(file_path))
110114

111-
112115
if __name__ == '__main__':
113116
unittest.main()

0 commit comments

Comments
 (0)