We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5237ce0 commit e2efb18Copy full SHA for e2efb18
…workers/tests/unittests/test_tutorial.py …/tests/unittests/test_tutorial_street.pymapswipe_workers/tests/unittests/test_tutorial.py renamed to mapswipe_workers/tests/unittests/test_tutorial_street.py
@@ -6,13 +6,13 @@
6
7
8
class TestTutorial(unittest.TestCase):
9
- def test_init_tile_classification_project(self):
+ def test_init_street_tutorial(self):
10
tutorial_draft = get_fixture(
11
os.path.join(FIXTURE_DIR, "tutorialDrafts", "street.json")
12
)
13
self.assertIsNotNone(StreetTutorial(tutorial_draft=tutorial_draft))
14
15
- def test_create_tile_classification_tasks(self):
+ def test_create_street_tasks(self):
16
17
18
0 commit comments