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

2
tests/path/mod.rs Normal file
View File

@ -0,0 +1,2 @@
mod canonicalize;
mod expand_path;