Go to the source code of this file.
Namespaces | |
| namespace | test_setuphelper |
Functions | |
| def | test_setuphelper.test_simple_setup_py (monkeypatch, tmpdir, parallel, std) |
| def | test_setuphelper.test_intree_extensions (monkeypatch, tmpdir) |
| def | test_setuphelper.test_intree_extensions_package_dir (monkeypatch, tmpdir) |
Variables | |
| test_setuphelper.DIR = os.path.abspath(os.path.dirname(__file__)) | |
| test_setuphelper.MAIN_DIR = os.path.dirname(os.path.dirname(DIR)) | |
| test_setuphelper.WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin") | |