Examples (and tests) for python namespace packages
This commit is contained in:
parent
23d2eb555f
commit
ba158e7919
12 changed files with 133 additions and 2 deletions
9
Examples/python/import_packages/namespace_pkg/runme.py
Normal file
9
Examples/python/import_packages/namespace_pkg/runme.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import os, sys, setupPkg
|
||||
|
||||
setupPkg.copyMods()
|
||||
|
||||
# Run each test with a seperate interpreter
|
||||
os.system(sys.executable + " nonpkg.py")
|
||||
os.system(sys.executable + " normal.py")
|
||||
os.system(sys.executable + " split.py")
|
||||
os.system(sys.executable + " zipsplit.py")
|
||||
Loading…
Add table
Add a link
Reference in a new issue