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

21 Commits

Author SHA1 Message Date
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
fce08ea30c Use CLI_DEFAULTS in plugins 2015-05-08 21:32:13 +00:00
Jakub Warmuz
aa6984e310 Attempt at cleaning {cert,chain}_path mess 2015-05-04 14:29:32 +00:00
Jakub Warmuz
8ae6a60fba pep8 2015-05-04 08:26:08 +00:00
Jakub Warmuz
1c75100f79 Merge remote-tracking branch 'github/letsencrypt/master' into cli
Conflicts:
	letsencrypt/client/plugins/apache/configurator.py
2015-05-04 08:14:19 +00:00
Jakub Warmuz
140ca2b4d0 Merge remote-tracking branch 'github/letsencrypt/master' into cli
Conflicts:
	letsencrypt/client/plugins/standalone/tests/authenticator_test.py
2015-05-02 08:56:35 +00:00
Jakub Warmuz
c9a7172388 Somewhat usable CLI+disco 2015-05-02 08:53:06 +00:00
Jakub Warmuz
7a4d37e320 Don't use sudo in apache plugin. 2015-05-02 08:08:11 +00:00
Jakub Warmuz
19cff00835 common.Plugin (with .conf(var), PluginEntryPoint, PluginRegistry 2015-05-02 07:01:44 +00:00
Jakub Warmuz
cc32eeb7cf Merge remote-tracking branch 'github/letsencrypt/master' into cli
Conflicts:
	letsencrypt/client/client.py
	letsencrypt/client/constants.py
	letsencrypt/client/interfaces.py
	letsencrypt/client/tests/client_test.py
	letsencrypt/scripts/main.py
	setup.py
2015-05-01 20:17:30 +00:00
Jakub Warmuz
c838faffd8 Merge remote-tracking branch 'github/letsencrypt/master' into bugs/273
Conflicts:
	letsencrypt/client/plugins/standalone/tests/authenticator_test.py
2015-05-01 19:18:19 +00:00
Jakub Warmuz
54955009eb constants.CONFIG_DIRS_MODE, fix #362 config dir bug 2015-05-01 10:07:32 +00:00
Jakub Warmuz
1ea5fbdf9e rsa256_key.pem -> jose/testdata/rsa512_key.pem (fixees #273) 2015-04-28 19:58:58 +00:00
James Kasten
12899d0c38 unittest and lint cleanup 2015-04-22 23:17:53 -07:00
Jakub Warmuz
4f0d0936af IPluginFactory 2015-04-22 08:49:08 +00:00
Jakub Warmuz
88dc56186e Move apache constants/args/IConfig to its subdirectory 2015-04-22 08:49:08 +00:00
James Kasten
214c0e9355 towards accounts 2015-04-15 16:53:39 -07:00
James Kasten
fa79e3c5ef fix pylint >80 character errors 2015-03-27 15:37:34 -07:00
James Kasten
989b8f059b Update documentation 2015-03-27 15:20:43 -07:00
James Kasten
32c33e64df cleanup of plugins 2015-03-26 17:39:08 -07:00
James Kasten
2d848994f4 Move IAuthenticators and IInstallers into plugins dir 2015-03-26 17:23:17 -07:00