test_imports removed

This commit is contained in:
Dmitry Belyaev 2018-04-15 23:44:00 +03:00
parent dddde78b8a
commit ec45665a4c
Signed by: b4tman
GPG Key ID: 014E87EC54B77673
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
import unittest
class TestImports(unittest.TestCase):
def test_imports(self):
from gcal_sync import (
CalendarConverter,
EventConverter,
GoogleCalendarService,
GoogleCalendar,
CalendarSync
)
if __name__ == '__main__':
unittest.main()