Commit 084cb0f
Fix test collection errors: name collision and import path
- Add __init__.py files to all test directories so pytest uses
package-based module naming (avoids flat name collisions)
- Rename tests/unit/calibration/test_puf_impute.py to
test_calibration_puf_impute.py to avoid collision with
tests/unit/test_puf_impute.py
- Fix test_version_manifest.py import: policyengine_us_data.tests.conftest
no longer exists, use tests.conftest instead
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1aab7b3 commit 084cb0f
7 files changed
Lines changed: 1 addition & 1 deletion
File tree
- tests
- integration
- unit
- calibration
- datasets
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
File renamed without changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments