RoR2: 1.3.0 content update (#2425)

This commit is contained in:
Rjosephson
2023-11-22 08:20:32 -07:00
committed by GitHub
parent 01b566b798
commit 79406faf27
17 changed files with 999 additions and 656 deletions

View File

@@ -0,0 +1,7 @@
from . import RoR2TestBase
class ClassicTest(RoR2TestBase):
options = {
"goal": "classic",
}