We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7a515 commit 2b8f56aCopy full SHA for 2b8f56a
tests/unit-tests.py
@@ -24,15 +24,6 @@
24
TEST_FOLDER = 'mega.py_testfolder_{0}'.format(random.random())
25
26
27
-def pre_test():
28
- global FIND_RESP
29
- try:
30
- m.upload(TEST_FILE)
31
- return True
32
- except:
33
- raise ValueError('Pre-test functions failed!')
34
-
35
36
class TestMega(unittest.TestCase):
37
38
def test_mega(self):
@@ -112,5 +103,4 @@ def test_remove_contact(self):
112
103
113
104
114
105
if __name__ == '__main__':
115
- if pre_test():
116
- unittest.main()
106
+ unittest.main()
0 commit comments