Create unit tests #3
@ -1,3 +1,5 @@
|
|||||||
sentry_sdk
|
sentry_sdk
|
||||||
requests
|
requests
|
||||||
pytest
|
pytest
|
||||||
|
pytest-mock
|
||||||
|
pytest-httpserver
|
8
test.py
8
test.py
@ -10,11 +10,3 @@ __author__ = "@tormakris"
|
|||||||
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
|
__copyright__ = "Copyright 2020, GoldenPogácsa Team"
|
||||||
__module_name__ = "test"
|
__module_name__ = "test"
|
||||||
__version__text__ = "1"
|
__version__text__ = "1"
|
||||||
|
|
||||||
class MyTestCase(unittest.TestCase):
|
|
||||||
def test_something(self):
|
|
||||||
self.assertEqual(True, False)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
||||||
|
Reference in New Issue
Block a user