forked from extern/nushell
Add quickcheck (#1574)
* Move uptime to being a duration value * Adds our first quickcheck test
This commit is contained in:
@ -7,6 +7,12 @@ extern crate indexmap;
|
||||
#[macro_use]
|
||||
mod prelude;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate quickcheck;
|
||||
#[cfg(test)]
|
||||
#[macro_use(quickcheck)]
|
||||
extern crate quickcheck_macros;
|
||||
|
||||
mod cli;
|
||||
mod commands;
|
||||
mod context;
|
||||
|
Reference in New Issue
Block a user