Test: rename (#499)

This commit is contained in:
Fabian Dill 2022-05-11 08:51:18 +02:00 committed by GitHub
parent 521122fd4f
commit a5ca118bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import unittest
from worlds.AutoWorld import AutoWorldRegister from worlds.AutoWorld import AutoWorldRegister
class TestBase(unittest.TestCase): class TestTutorial(unittest.TestCase):
def testCreateItem(self): def testHasTutorial(self):
import WebHost import WebHost
tutorials_data = WebHost.create_ordered_tutorials_file() tutorials_data = WebHost.create_ordered_tutorials_file()
games_with_tutorial = set(entry["gameTitle"] for entry in tutorials_data) games_with_tutorial = set(entry["gameTitle"] for entry in tutorials_data)