Commit ac12b54
committed
feat: Organize test files into unit and integration directories
Moved test files from the `tests/` directory into `tests/unit/` and `tests/integration/` subdirectories for better organization and clarity.
- `tests/extractor_unit_tests.rs` -> `tests/unit/extractor_unit_tests.rs`
- `tests/game_unit_tests.rs` -> `tests/unit/game_unit_tests.rs`
- `tests/ascii_art_coverage_tests.rs` -> `tests/integration/ascii_art_coverage_tests.rs`
- `tests/comment_processing_tests.rs` -> `tests/integration/comment_processing_tests.rs`
- `tests/indent_treesitter_tests.rs` -> `tests/integration/indent_treesitter_tests.rs`
- `tests/missing_ascii_art_test.rs` -> `tests/integration/missing_ascii_art_test.rs`
Updated `tests/mod.rs`, `tests/unit/mod.rs`, and `tests/integration/mod.rs` to reflect the new module structure.1 parent d10fbd4 commit ac12b54
File tree
9 files changed
+7
-11
lines changed- tests
- integration
- unit
9 files changed
+7
-11
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments