Skip to content

Commit 60ce3b9

Browse files
committed
Add new test modules
1 parent 6ec62b3 commit 60ce3b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/names.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ def repl(mo):
8585
("from .sessiontests import *", "from apsw.tests.sessiontests import *"),
8686
("from .jsonb import *", "from apsw.tests.jsonb import *"),
8787
("from .carray import *", "from apsw.tests.carray import *"),
88+
("from .aiotest import *", "from apsw.tests.aiotest import *"),
89+
("from .extratest import *", "from apsw.tests.extratest import *"),
8890
):
8991
old_source = old_source.replace(sub, repl)
9092

0 commit comments

Comments
 (0)