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
2025-02-13 12:43:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1d2d31580b
Branches
Tags
No results found.
nushell
/
tests
/
main.rs
8 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
More renames
2019-12-18 07:54:39 +13: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 11:15:06 -05:00
Add more multiline pipeline forms (#4740)
2022-03-05 08:20:13 -05: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 22:11:28 +03: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 11:15:06 -05: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 21:32:46 +02: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 11:15:06 -05:00
mod
shell
;
Reference in a new issue
Copy permalink