conftest
Pytest configuration and fixtures for gwframe tests.
pytest_configure ¶
test_data_dir ¶
Return path to test data directory.
Checks GWFRAME_TEST_DATA_DIR environment variable first to support testing installed wheels with test data from source tree.
Source code in gwframe/tests/conftest.py
test_gwf_file ¶
Return path to test GWF file.
Note: This file is excluded from wheels to reduce size (4MB). Tests using this fixture will be skipped if the file is not present.