mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
1. --cover-tests, to make sure every test is run, helped to find broken determine_account tests 2. fix determine_account test 3. unittest.main() # pragma: no cover 4. bump coverage coveralls.io always reported higher coverage, because it also looked at test files.
12 lines
177 B
INI
12 lines
177 B
INI
[easy_install]
|
|
zip_ok = false
|
|
|
|
[aliases]
|
|
dev = develop easy_install letsencrypt[dev,docs,testing]
|
|
|
|
[nosetests]
|
|
nocapture=1
|
|
cover-package=letsencrypt
|
|
cover-erase=1
|
|
cover-tests=1
|