mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
test_imports removed
This commit is contained in:
parent
dddde78b8a
commit
ec45665a4c
@ -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()
|
Loading…
Reference in New Issue
Block a user