amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
26 stars 2 forks source link

add `get-ignored-tests` to `toolkit.nu` #115

Closed amtoine closed 9 months ago

amtoine commented 9 months ago

this PR adds a new get-ignored-tests to the toolkit.nu to list all ignore tests in the repo

example

the current set of ignored tests

#┬───────file───────┬──────────test───────────┬───────────reason────────────
0│tests/sugar/mod.nu│report                   │`nu_plugin_gstat` is required
1│tests/sugar/git.nu│branch-interactive-delete│interactive
2│tests/sugar/git.nu│branch-interactive-switch│interactive
─┴──────────────────┴─────────────────────────┴─────────────────────────────