Move nu-path tests to integration tests (#4015)

* Move nu-path tests to integration tests

To prevent circular dependency between nu-path and nu-test-support crates.

* Fmt
This commit is contained in:
Jakub Žádník
2021-09-15 22:11:28 +03:00
committed by GitHub
parent c164ef5489
commit 8bcbc8eeb3
7 changed files with 709 additions and 708 deletions

View File

@ -1,3 +1 @@
mod canonicalize;
mod expand_path;
mod util;