Skip to content

Commit

Permalink
feat: add testscript_manager to crate root
Browse files Browse the repository at this point in the history
  • Loading branch information
255doesnotexist committed Aug 25, 2024
1 parent 1abb222 commit 264ed7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mod config;
mod markdown_report;
mod test_runner;
mod testenv_manager;
mod testscript_manager;
mod utils;

use crate::test_runner::{LocalTestRunner, RemoteTestRunner, TestRunner};
Expand Down

0 comments on commit 264ed7e

Please sign in to comment.