Commit 055e4ae
authored
Feature/test directory structure (#488)
* Add unit and integration test structure for phase_polars
- Created test directory structure mirroring phase_polars folder
- Added empty test files for all load and transform phases
- Unit tests: tests/unit/phase_polars/load/ and tests/unit/phase_polars/transform/
- Integration tests: tests/integration/phase_polars/load/ and tests/integration/phase_polars/transform/
- Ready for implementation once phase_polars code is developed
* Update test files to empty placeholder structure
- Simplified test files to contain only comment headers
- Removed detailed test implementations as phase_polars code not yet implemented
- Updated .gitignore to exclude virtual environments
- Ready for actual test implementation once phase_polars modules are developed
* Add comprehensive testing documentation and guidelines
Fixes #479
- Created TESTING.md with detailed test structure documentation
- Added directory structure explanation mirroring phase_polars organization
- Documented test organization principles and naming conventions
- Included running instructions for different test scenarios
- Updated README.md with testing section and quick commands
- Established clear separation between unit, integration, and e2e tests
- Documented current implementation status and future considerations1 parent b65716e commit 055e4ae
45 files changed
Lines changed: 148 additions & 0 deletions
File tree
- tests
- integration/phase_polars
- load
- transform
- unit/phase_polars
- load
- transform
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments