Skip to content

Commit

Permalink
Flatten json test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Oct 20, 2024
1 parent 38ae520 commit de06818
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
11 changes: 10 additions & 1 deletion src/reporter/ui/json/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ use std::sync::{Arc, Mutex};
use storyteller::EventHandler;

#[cfg(test)]
mod testing;
mod test_find;

#[cfg(test)]
mod test_set;

#[cfg(test)]
mod test_show;

#[cfg(test)]
mod test_verify;

pub struct JsonHandler<W: SendWriter> {
writer: Arc<Mutex<W>>,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions src/reporter/ui/json/testing/mod.rs

This file was deleted.

0 comments on commit de06818

Please sign in to comment.