mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
76bdda1178
# Description this PR deprecates the `std testing` module in favor of Nupm. the plan is to simply hide the module to the user but still use it internally when running the tests so that - users don't start to use this module and rather focus on Nupm - devs don't have to install anything to run the tests locally, they can just use `toolkit test stdlib` for instance the deprecation message will be very similar to https://github.com/nushell/nushell/pull/11097 > **Note** > to demonstrate that the removal of such a command from the exposed modules of `std` will be transparent and not require the user to install anything, i have it [prepared in a branch based on this PR](https://github.com/amtoine/nushell/compare/deprecate-std-testing...amtoine:nushell:hide-std-testing) > running `toolkit test stdlib` will run the standard library tests without an issue and yet `use std testing` won't work 👌 # User-Facing Changes `std testing run-tests` will be removed in `0.90` # Tests + Formatting # After Submitting |
||
---|---|---|
.. | ||
assert.nu | ||
dirs.nu | ||
dt.nu | ||
formats.nu | ||
help.nu | ||
input.nu | ||
iter.nu | ||
log.nu | ||
math.nu | ||
mod.nu | ||
testing.nu | ||
xml.nu |