commit | 24f1f8f7a8ac2c676038801d0619fe8e111e69f7 | [log] [tgz] |
---|---|---|
author | Oleksii Petrenko <opetrenko@mirantis.com> | Fri Jun 26 18:09:43 2020 +0300 |
committer | Oleksii Petrenko <opetrenko@mirantis.com> | Thu Jul 09 14:56:19 2020 +0300 |
tree | f8b5c40ecc11c814c1f364aa6c898fb8b48d5d04 | |
parent | 72169b93353380968b44086b44948936dde6c37e [diff] [blame] |
Add initial testRail bot implementation Related-PROD: PRODX-5842 Change-Id: Id2ac9b2275ced80a95019d30ae9e0f7a967f07ec
diff --git a/testrail_bot/control/tests.py b/testrail_bot/control/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/testrail_bot/control/tests.py
@@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here.