Commit e215bcd
committed
test: rename TestBitVector directory to tests
Rename the test directory from TestBitVector to tests and update all path references across the codebase.
Summary of Changes:
1. Renamed Directory:
- Rename TestBitVector/ to tests/ using git mv.
- Relocate all test modules and input data files to tests/.
2. Updated Configuration & Path References:
- Update testpaths = ["tests"] under [tool.pytest.ini_options] in pyproject.toml.
- Update all hardcoded relative file paths from "TestBitVector/..." to "tests/..." in BitVector/BitVector.py.
Verification:
- uv run pytest executed cleanly with coverage reporting across all test suites in tests/.
- uv run pre-commit run --all-files passed 100% cleanly across all hooks.
- uv build verified that all test files under tests/ are properly included in the source distribution.1 parent e08d894 commit e215bcd
14 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3028 | 3028 | | |
3029 | 3029 | | |
3030 | 3030 | | |
3031 | | - | |
| 3031 | + | |
3032 | 3032 | | |
3033 | 3033 | | |
3034 | 3034 | | |
| |||
3061 | 3061 | | |
3062 | 3062 | | |
3063 | 3063 | | |
3064 | | - | |
| 3064 | + | |
3065 | 3065 | | |
3066 | 3066 | | |
3067 | | - | |
| 3067 | + | |
3068 | 3068 | | |
3069 | 3069 | | |
3070 | 3070 | | |
| |||
3073 | 3073 | | |
3074 | 3074 | | |
3075 | 3075 | | |
3076 | | - | |
| 3076 | + | |
3077 | 3077 | | |
3078 | 3078 | | |
3079 | 3079 | | |
| |||
3084 | 3084 | | |
3085 | 3085 | | |
3086 | 3086 | | |
3087 | | - | |
| 3087 | + | |
3088 | 3088 | | |
3089 | 3089 | | |
3090 | 3090 | | |
3091 | 3091 | | |
3092 | 3092 | | |
3093 | | - | |
| 3093 | + | |
3094 | 3094 | | |
3095 | 3095 | | |
3096 | 3096 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments