just/tests
Casey Rodarmor 74e45e7c05
Remove dependency on brev (#462)
Just's dependency on brev was the cause of a
fairly deep branch of the transitive dependency
tree. To decrease build time and make the life of
packagers easier, this diff moves the functionality
that Just was using in Brev into Just itself, and
removes the dependency on Brev.

Fortunately, the only functionality that Just was
using was the output function and OutputError
enum, so this was easily done.
2019-07-13 01:55:06 -07:00
..
integration.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
interrupts.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
invocation_directory.rs Remove dependency on brev (#462) 2019-07-13 01:55:06 -07:00
search.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
tempdir.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
working_directory.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00