Skip to content
New issue

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

An explicitly named non-existent config file should cause an error #343

Closed
nedbat opened this issue Nov 27, 2014 · 1 comment
Closed

An explicitly named non-existent config file should cause an error #343

nedbat opened this issue Nov 27, 2014 · 1 comment
Labels
bug Something isn't working

Comments

@nedbat
Copy link
Owner

nedbat commented Nov 27, 2014

This will run with no error:

$ coverage run --rcfile=nosuchfile.txt program.py

If the user specifies an rcfile that does not exist, it should create an error message.


@nedbat
Copy link
Owner Author

nedbat commented Nov 27, 2014

Fixed in 6534d1ae59c3 (bb)

@nedbat nedbat closed this as completed Nov 27, 2014
@nedbat nedbat added minor bug Something isn't working labels Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant