restructure test directory
This commit is contained in:
parent
bce00f5e79
commit
cb1aadf009
|
@ -0,0 +1,8 @@
|
||||||
|
// mod event_property_parser {
|
||||||
|
// include!("integration/event_property_parser.rs")
|
||||||
|
// }
|
||||||
|
// mod util;
|
||||||
|
// mod misc;
|
||||||
|
mod integration_tests;
|
||||||
|
|
||||||
|
// use util::*;
|
|
@ -0,0 +1 @@
|
||||||
|
mod mock_socket_tests;
|
|
@ -0,0 +1,3 @@
|
||||||
|
mod events;
|
||||||
|
mod get_property;
|
||||||
|
mod set_property;
|
|
@ -1 +0,0 @@
|
||||||
mod integration;
|
|
Loading…
Reference in New Issue