add mock libraries
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-03-30 17:43:30 +02:00
parent 40db3cd26e
commit 39d32f39f4
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 3 additions and 9 deletions

View File

@ -1,3 +1,5 @@
sentry_sdk
requests
pytest
pytest-mock
pytest-httpserver

View File

@ -10,11 +10,3 @@ __author__ = "@tormakris"
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
__module_name__ = "test"
__version__text__ = "1"
class MyTestCase(unittest.TestCase):
def test_something(self):
self.assertEqual(True, False)
if __name__ == '__main__':
unittest.main()