Compare commits

..

1 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 3c53cf9f47
WIP: add tests for event property parser 2024-05-03 17:20:00 +02:00
11 changed files with 1 additions and 12 deletions

View File

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

View File

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

View File

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

1
tests/mod.rs Normal file
View File

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