CI: run tests multi-threaded (#2251)

This commit is contained in:
black-sliver
2023-10-02 08:47:28 +02:00
committed by GitHub
parent f9761ad4e5
commit 5d9b47355e
4 changed files with 16 additions and 11 deletions

View File

@@ -1,16 +1,11 @@
import pathlib
import typing
import unittest
from argparse import Namespace
import Utils
from test.general import gen_steps
from worlds import AutoWorld
from worlds.AutoWorld import call_all
file_path = pathlib.Path(__file__).parent.parent
Utils.local_path.cached_path = file_path
from BaseClasses import MultiWorld, CollectionState, ItemClassification, Item
from worlds.alttp.Items import ItemFactory