Skip to content

Commit

Permalink
test: [torrust#194] remove database tests
Browse files Browse the repository at this point in the history
Because:

- They are hard to maintain because of the table's dependencies.
- They are duplicated in E2E tests. And it's easier to set the state you want to test with E2E tests.

TODO: runt the E2E test using MySQL to ensure queries are OK. Currently, E2E tests are only executed with SQLite.
  • Loading branch information
josecelano committed Jun 26, 2023
1 parent 6bef948 commit 7a06fe8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 278 deletions.
47 changes: 0 additions & 47 deletions tests/databases/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions tests/databases/docker-compose.yml

This file was deleted.

36 changes: 0 additions & 36 deletions tests/databases/mod.rs

This file was deleted.

15 changes: 0 additions & 15 deletions tests/databases/mysql.rs

This file was deleted.

8 changes: 0 additions & 8 deletions tests/databases/sqlite.rs

This file was deleted.

159 changes: 0 additions & 159 deletions tests/databases/tests.rs

This file was deleted.

1 change: 0 additions & 1 deletion tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mod common;
mod databases;
mod e2e;
pub mod environments;
mod upgrades;

0 comments on commit 7a06fe8

Please sign in to comment.