restructure test directory

This commit is contained in:
Oystein Kristoffer Tveit 2024-05-03 22:29:30 +02:00
parent 1d2b618d03
commit 4e251a2918
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
11 changed files with 12 additions and 1 deletions

8
tests/integration.rs Normal file
View File

@ -0,0 +1,8 @@
// mod event_property_parser {
// include!("integration/event_property_parser.rs")
// }
// mod util;
// mod misc;
mod integration_tests;
// use util::*;

1
tests/mock_socket.rs Normal file
View File

@ -0,0 +1 @@
mod mock_socket_tests;

View File

@ -0,0 +1,3 @@
mod events;
mod get_property;
mod set_property;

View File

@ -1 +0,0 @@
mod integration;