1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jakub Warmuz
b4c747a283 Merge branch 'bugs/402' into pkgs_sep_prep
Conflicts:
	letsencrypt/tests/client_test.py
	tox.ini
2015-05-10 17:56:41 +00:00
Jakub Warmuz
99b2003e61 Cover tests (fixes #402).
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.
2015-05-10 17:38:26 +00:00
Jakub Warmuz
d408ec5a95 Move plugins to top-level 2015-05-10 12:26:54 +00:00
Jakub Warmuz
3a6bd7123d Move acme to top-level 2015-05-10 12:26:17 +00:00
Jakub Warmuz
4bb9914fa3 split dev_extras into dev_extras+docs_extras 2015-02-24 16:23:52 +00:00
Jakub Warmuz
337974e675 No pylint in py2.6 tox 2015-02-06 23:41:28 +00:00
Jakub Warmuz
78c3f161d7 setup.py docs, Sphinx dep 2014-11-30 02:38:33 +01:00
Jakub Warmuz
f2c1c30ac4 Restrict nosetests to our package 2014-11-27 21:00:07 +01:00
Jakub Warmuz
10707868db Add missing newline at end of file 2014-11-22 15:14:14 +01:00
Jakub Warmuz
1c643d483e Basic dev/testing setup 2014-11-22 15:04:02 +01:00