This repository was archived by the owner on May 22, 2025. It is now read-only.
Commit bc634d1
authored
Rename test files based on source code for Merge (#401)
Some minor fixups in tests:
- `tests/sql/operators/test_agnostic_merge.py` -> `tests/sql/operators/test_merge.py`
- Tests in `test_sqlite_append.py` should already be covered by `test_append.py`
- `drop_table_postgres` was unused
- `astro.sqlite_utils` -> `astro.utils.sqlite_utils` - This function is temporary here until we refactor append and merge but in the meantime it was weird to have a file at top level1 parent 7c4f91d commit bc634d1
File tree
6 files changed
+2
-272
lines changed- src/astro/utils
- tests
- sql/operators
- utils
6 files changed
+2
-272
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
File renamed without changes.
File renamed without changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 88 | | |
101 | 89 | | |
102 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments