Functions | |
def | test_build_sdist (monkeypatch, tmpdir) |
def | test_build_global_dist (monkeypatch, tmpdir) |
def | tests_build_wheel (monkeypatch, tmpdir) |
def | tests_build_global_wheel (monkeypatch, tmpdir) |
bytes | read_tz_file (tarfile.TarFile tar, str name) |
bytes | normalize_line_endings (bytes value) |
Variables | |
DIR = os.path.abspath(os.path.dirname(__file__)) | |
MAIN_DIR = os.path.dirname(os.path.dirname(DIR)) | |
dictionary | main_headers |
dictionary | detail_headers |
dictionary | stl_headers |
dictionary | cmake_files |
dictionary | py_files |
dictionary | headers = main_headers | detail_headers | stl_headers |
dictionary | src_files = headers | cmake_files |
dictionary | all_files = src_files | py_files |
dictionary | sdist_files |
dictionary | local_sdist_files |
string | PKGCONFIG |
dictionary | eigen_headers |
dictionary | pkgconfig_files |
Definition at line 133 of file test_files.py.
References len(), normalize_line_endings(), and read_tz_file().
Referenced by normalize_line_endings().
Definition at line 125 of file test_files.py.
Referenced by normalize_line_endings().
def test_files.test_build_global_dist | ( | monkeypatch, | |
tmpdir | |||
) |
Definition at line 171 of file test_files.py.
References hasattr().
def test_files.test_build_sdist | ( | monkeypatch, | |
tmpdir | |||
) |
Definition at line 107 of file test_files.py.
References hasattr().
def test_files.tests_build_global_wheel | ( | monkeypatch, | |
tmpdir | |||
) |
Definition at line 253 of file test_files.py.
References len().
def test_files.tests_build_wheel | ( | monkeypatch, | |
tmpdir | |||
) |
Definition at line 224 of file test_files.py.
Definition at line 76 of file test_files.py.
dictionary test_files.cmake_files |
Definition at line 53 of file test_files.py.
dictionary test_files.detail_headers |
Definition at line 39 of file test_files.py.
test_files.DIR = os.path.abspath(os.path.dirname(__file__)) |
Definition at line 13 of file test_files.py.
dictionary test_files.eigen_headers |
Definition at line 58 of file test_files.py.
dictionary test_files.headers = main_headers | detail_headers | stl_headers |
Definition at line 74 of file test_files.py.
dictionary test_files.local_sdist_files |
Definition at line 97 of file test_files.py.
test_files.MAIN_DIR = os.path.dirname(os.path.dirname(DIR)) |
Definition at line 14 of file test_files.py.
dictionary test_files.main_headers |
Definition at line 17 of file test_files.py.
string test_files.PKGCONFIG |
Definition at line 15 of file test_files.py.
dictionary test_files.pkgconfig_files |
Definition at line 77 of file test_files.py.
dictionary test_files.py_files |
Definition at line 63 of file test_files.py.
dictionary test_files.sdist_files |
Definition at line 79 of file test_files.py.
dictionary test_files.src_files = headers | cmake_files |
Definition at line 75 of file test_files.py.
dictionary test_files.stl_headers |
Definition at line 49 of file test_files.py.