Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add
path replace-extension
to stdlib-candidate (#1002)
Adds `path replace-extension` as requested in nushell/nushell#14144 Also sets up testing for candidates. In order to do this, I made some changes: 1. ported `nu-std/testing.nu` under `stdlib-candidate` folder, and making some changes. 2. run candidate tests in `toolkit check pr` command, to make sure the test is run in CI. 3. including `stdlib-candidate` to `NU_LIB_DIRS` when running lint, so the tests can pass linter. Changes in stdlib-candidate/testing.nu: 1. remove `std/log` usage 2. including `stdlib-candidate` path in `run-test` command
- Loading branch information