diff --git a/test/test_import_all.py b/test/test_import_all.py new file mode 100644 index 0000000..9840c8f --- /dev/null +++ b/test/test_import_all.py @@ -0,0 +1,5 @@ +from scramp import * # noqa: F403,F401 + + +def test_import_all(): + pass