Beispiel #1
0
 def test_import_stations(self):
     import_conquerable_stations()
     self.assertGreater(Station.objects.count(), 0)
 def handle(self, *args, **options):
     import_conquerable_stations()