Use clearly defined project for tests to avoid scanning the 2000 typeshed files all the time

This commit is contained in:
Dave Halter
2021-01-02 15:31:48 +01:00
parent ca2c732d66
commit c5fb2985a3
2 changed files with 11 additions and 5 deletions

View File

@@ -23,11 +23,9 @@ def builtin_test():
import sqlite3
# classes is a local module that has an __init__.py and can therefore not be
# found. test can be found.
# found.
#? []
import classes
#? ['test']
import test
#? ['timedelta']
from datetime import timedel