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/mod.rs | |
| parent | 5824c353f978a5b9ab9696451ee3014c6a614ffc (diff) | |
Integration tests for basic CRD queries
Diffstat (limited to 'backend/core/tests/common/mod.rs')
| -rw-r--r-- | backend/core/tests/common/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/core/tests/common/mod.rs b/backend/core/tests/common/mod.rs new file mode 100644 index 0000000..6681d3d --- /dev/null +++ b/backend/core/tests/common/mod.rs @@ -0,0 +1,2 @@ +pub mod fakes; +pub mod test_context; |
