Skip to content

Commit

Permalink
Merge pull request #14 from foresterre/table-of-tables-test
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Jun 18, 2022
2 parents 1f2c343 + e032215 commit b5086e3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,26 @@ indicatif = "0.16.2"
# parameterized tests
yare = "1.0.1"

# --- Examples

[[example]]
name = "json_lines"
required-features = ["channel_reporter"]

[[example]]
name = "readme"
required-features = ["channel_reporter"]

# --- Integration tests

[[test]]
name = "collecting_handler"
required-features = ["channel_reporter"]

[[test]]
name = "multi_handler"
required-features = ["channel_reporter"]

[[test]]
name = "registering_handler"
required-features = ["channel_reporter"]
1 change: 0 additions & 1 deletion tests/collecting_handler.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// A sample implementation which collects the events it receives
#![cfg(feature = "channel_reporter")]
extern crate core;

use std::sync::atomic::{AtomicUsize, Ordering};
Expand Down
1 change: 0 additions & 1 deletion tests/multi_handler.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// A sample implementation which collects the events it receives
#![cfg(feature = "channel_reporter")]
extern crate core;

use std::marker::PhantomData;
Expand Down
1 change: 0 additions & 1 deletion tests/registering_handler.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// A sample implementation which collects the events it receives
#![cfg(feature = "channel_reporter")]
extern crate core;

use std::sync::atomic::{AtomicUsize, Ordering};
Expand Down

0 comments on commit b5086e3

Please sign in to comment.