aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/main.rs
blob: 0b404ee9d7f5a2a64cbff7d815a56f2cecabe9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#[path = "../common/async_runtime.rs"]
mod async_runtime;
#[path = "../common/config_stub.rs"]
mod config_stub;

mod e2e_command_provider_test;
mod e2e_extension_installer_test;
mod e2e_installer_test;
mod e2e_installers_test;
mod e2e_normalize_test;
mod plugin_installer_test;
mod subscriber_test;