This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2024-11-25 18:03:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dfffd45bcd
nushell
/
tests
/
main.rs
7 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
More renames
2019-12-17 19:54:39 +01:00
extern
crate
nu_test_support
;
This commit is the continuing phase of extracting functionality to subcrates. We extract test helpers and begin to change Nu shell's test organization along with it.
2019-12-15 17:15:06 +01:00
Add more multiline pipeline forms (#4740)
2022-03-05 14:20:13 +01:00
mod
parsing
;
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
2021-09-15 21:11:28 +02:00
mod
path
;
This commit is the continuing phase of extracting functionality to subcrates. We extract test helpers and begin to change Nu shell's test organization along with it.
2019-12-15 17:15:06 +01:00
mod
plugins
;
mod
shell
;
Reference in New Issue
Copy Permalink