client tests now have a proper structure

This commit is contained in:
filipriec
2025-06-26 11:56:18 +02:00
parent a7457f5749
commit 5cd324b6ae
8 changed files with 1072 additions and 9 deletions

2
client/tests/form/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod gui;
pub mod requests;