diff options
| author | Joe Carstairs <me@joeac.net> | 2024-10-28 07:52:51 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-10-28 07:52:51 +0000 |
| commit | 6e9f0069f5d1e4cfbf7f9feb8536795a78c818f6 (patch) | |
| tree | 2d4751f541c6979fa73261983e3f09a925644b58 /backend/core/tests/common/fakes/mod.rs | |
| parent | 5824c353f978a5b9ab9696451ee3014c6a614ffc (diff) | |
Integration tests for basic CRD queries
Diffstat (limited to 'backend/core/tests/common/fakes/mod.rs')
| -rw-r--r-- | backend/core/tests/common/fakes/mod.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/core/tests/common/fakes/mod.rs b/backend/core/tests/common/fakes/mod.rs new file mode 100644 index 0000000..68f5209 --- /dev/null +++ b/backend/core/tests/common/fakes/mod.rs @@ -0,0 +1,6 @@ +pub mod account; +pub mod budget_update; +pub mod category; +pub mod category_transfer; +pub mod transaction; +pub mod transaction_categorisation; |
