We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of version 0.1.0 the "tests" executed by tox:
codeship.yml
yaml.parser.ParserError
section_name: command_name
TypeError: 'NoneType' object is not iterable
system
py.test
coverage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Missing Tests
As of version 0.1.0 the "tests" executed by tox:
codeship.yml
file results in the expected error messageyaml.parser.ParserError
is not being caught yet)section_name: command_name
) and multi-line sections execute correctlyTypeError: 'NoneType' object is not iterable
)system
command calls actually execute certain shell commandsExpected Implementation
py.test
) and be run withcoverage
.The text was updated successfully, but these errors were encountered: