Commit ff4ded1
committed
feat(tests): enhance testing framework with new fixtures and end-to-end tests
- Added pytest fixtures for alembic configuration and SQLite engine to streamline database testing.
- Introduced comprehensive end-to-end tests for database workflows, covering guild onboarding and disaster recovery scenarios.
- Removed outdated README and integration tests to improve test organization and clarity.
- Updated integration and unit tests to ensure robust coverage of database operations and model functionality.
- Enhanced documentation for test organization and best practices in the README.1 parent f59a0fa commit ff4ded1
File tree
14 files changed
+3145
-682
lines changed- tests
- e2e
- fixtures
- integration
- unit
14 files changed
+3145
-682
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments