- changed status to resolved
An explicitly named non-existent config file should cause an error
Issue #343
resolved
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.
Comments (1)
-
- Log in to comment
Fixed in 6534d1ae59c3