Skip to content

nakdimon 0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 May 07:32
· 1 commit to master since this release

Bug-fix release for v0.2.0.

Fixed

The installed CLI crashed with FileNotFoundError on any invocation outside the source checkout — including nakdimon --version:

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'tests/'

os.listdir('tests/') ran unconditionally during argparse setup for all subcommands. Discovery is now guarded, --test_set accepts any path, and a -V / --version flag is wired to importlib.metadata.

Test

A regression suite at tests/test_cli.py exercises every subcommand's --help from a clean tmp directory. Wired into the CI matrix (3.12 × 3.13 × 3.14), so this class of regression can't ship again silently.

See PR #40 for the full diff.