mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-03 20:28:29 +00:00 
			
		
		
		
	test_imports removed
This commit is contained in:
		@@ -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()
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user