This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2024-11-10 15:14:14 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1cb449b2d1
nushell
/
tests
/
main.rs
8 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
More renames
2019-12-17 18:54:39 +00: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 16:15:06 +00:00
Add more multiline pipeline forms (#4740)
2022-03-05 13:20:13 +00: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 19:11:28 +00: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 16:15:06 +00:00
mod
plugins
;
Fix reporting of `which` and `$nu.scope` (#4836) * Refactor & fix which Instead of fetching all definitions / aliases, only show the one that is visible. * Fix $nu.scope to show only visible definitions * Add missing tests file; Rename one which test
2022-03-13 19:32:46 +00:00
mod
scope
;
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 16:15:06 +00:00
mod
shell
;
Reference in a new issue
Copy permalink