test_cli_parsing()
tests fail when pytest
is run with no flags
#402
Labels
Milestone
test_cli_parsing()
tests fail when pytest
is run with no flags
#402
Summary:
When running:
on its own,
test_cli_parsing()
fails. However, if one runs:or anything command that has more than one element to the command line, those tests pass.
It seems to be related to this line in
pyani_script.py
:Reproducible Steps:
Run
pytest
with no options.Current Output:
IndexError: list index out of range
It is difficult to provide more complete information about the error as attempts to increase the verbosity eliminate the bug.
Expected Output:
Describe what you expect the output to be. It is also very useful to know the expected "correct" behavior on your systems.
pyani Version:
bleeding edge
installed dependencies
If you are running a version of
pyani
v0.3 or later, then please run the commandpyani listdeps
at the command line, and enter the output below.Python Version:
3.8.10
Operating System:
macOS High Sierra
The text was updated successfully, but these errors were encountered: