Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Context PR #115 has set checks on the command arguments so that positional arguments will be rejected. One of the unit test wasn't using the right `$NEURODAMUS_PYTHON/init.py` during the PR and thus failing now. And towards Python 3.12, `pkg_resources` will be deprecated and needs to be replaced. ## Scope This PR fixes the unit test in `test_cli_opts.py` by correcting the argument to be "--save=PATH". And it replaces `pkg_resources.get_distribution` with `importlib.metadata.version` ## Testing Existing tests ## Review * [x] PR description is complete * [x] Coding style (imports, function length, New functions, classes or files) are good * [x] Unit/Scientific test added * [ ] Updated Readme, in-code, developer documentation
- Loading branch information