Commit Graph
987 Commits
Author SHA1 Message Date
James Kasten 6b9c2a5c5e Merge pull request #125 from kuba/pr/117
Clean up after #117, fixes #123
2014-12-10 13:40:03 -08:00
James Kasten 99e1ba9c89 Merge pull request #124 from kuba/fix-manifest
Fix MANIFEST.in recursive-include
2014-12-10 12:54:04 -08:00
Jakub Warmuz 3a29e55bf7 Accept names in VH.__init__ 2014-12-10 14:31:43 +01:00
Jakub Warmuz ec71dbcc0f Remove MyPopen 2014-12-10 14:21:55 +01:00
Jakub Warmuz e9871fe88b clean apache_configurator_test, fixes #123 2014-12-10 14:00:23 +01:00
Jakub Warmuz 4c55cdc255 Remove unecessary whitespace in apache_configurator 2014-12-10 13:19:11 +01:00
Jakub Warmuz 37bda00e36 Do not disable pylint no-member in acme.
https://github.com/letsencrypt/lets-encrypt-preview/pull/117#discussion_r21537130
2014-12-10 13:18:17 +01:00
Jakub Warmuz 8171b5e9fb Fix MANIFEST.in recursive-include
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursive'
2014-12-10 12:34:42 +01:00
James Kasten cc85f22133 Small fixes 2014-12-10 01:20:14 -08:00
James Kasten 4f1f851a8d Fix exit (bad tag) error 2014-12-10 00:56:29 -08:00
James Kasten cdc8d602a0 Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-12-10 00:49:01 -08:00
James Kasten 3da7fba0bb git push origin masterMerge branch 'kuba-acme_test' 2014-12-10 00:48:25 -08:00
James Kasten 622a1c3154 Merge branch 'acme_test' of git://github.com/kuba/lets-encrypt-preview into kuba-acme_test 2014-12-10 00:45:04 -08:00
James Kasten feee8da8b6 Merge pull request #117 from letsencrypt/configurator_tests
Configurator tests
2014-12-10 00:43:36 -08:00
James Kasten 610e1dbc7f Merge branch 'master' into configurator_tests 2014-12-10 00:34:41 -08:00
James Kasten 28f7c78bf8 Fix small errors. 2014-12-10 00:30:37 -08:00
James Kasten 707258519c consolidated tests/data, used tempfile/pkg_resource 2014-12-10 00:15:40 -08:00
James Kasten 37a2235f57 First set of revisions based on comments 2014-12-09 19:05:51 -08:00
James Kasten 23feeafe0b Reduce size of basic tests 2014-12-09 18:42:01 -08:00
James Kasten 44131f9b01 Merge pull request #119 from kuba/bugs/97
Pin pylint<1.4
2014-12-09 13:50:59 -08:00
James Kasten b31740ac5c Merge pull request #118 from kuba/le_util_test
Test coverage for le_util
2014-12-09 13:49:02 -08:00
Jakub Warmuz 8bf677ff3b Fix acme_revocation key file bug 2014-12-09 22:16:38 +01:00
Jakub Warmuz b5a51de16b Tests for ACME message factories 2014-12-09 22:16:38 +01:00
James Kasten 36edbf379c use assertEqual in apache_configurator_test.py 2014-12-09 12:35:56 -08:00
Jakub Warmuz e107b9259a Pin pylint<1.4 2014-12-09 19:41:56 +01:00
Jakub Warmuz f7784f2023 Fix lexicographic order in install_requires 2014-12-09 19:24:16 +01:00
Jakub Warmuz 8ea085553a Fix coverage for le_util 2014-12-09 19:20:57 +01:00
James Kasten 7dad983959 Merged with master 2014-12-09 02:02:10 -08:00
James Kasten 2cec7ddcc2 Add get_version test 2014-12-09 01:21:56 -08:00
James Kasten f6207cc62a Disable spurious error 2014-12-09 00:18:32 -08:00
James Kasten 14b8f427a2 Code quality/lint warnings 2014-12-09 00:15:33 -08:00
James Kasten acc55650d4 Finish adapting configurator to unittesting/rid project errors 2014-12-08 23:14:58 -08:00
James Kasten 4fc62cb62b Fix ApacheConf init and mock correct test object 2014-12-08 15:56:57 -08:00
Jakub Warmuz 54d67e2378 Add tests for unique_file 2014-12-08 20:41:52 +01:00
James Kasten 19501d297d Mock out check_ssl_loaded 2014-12-08 01:44:59 -08:00
James Kasten c59cadd252 Add mock to setup 2014-12-08 00:33:27 -08:00
James Kasten 7c855be3ab Allow runtime to determine directory structure 2014-12-07 22:54:45 -08:00
James Kasten 0d988c3aa9 Allow tests without first basic revision 2014-12-07 22:18:46 -08:00
James Kasten cc6aca6aa1 Move test configs into repo and apply necessary changes. 2014-12-07 19:36:46 -08:00
James Kasten 1fdf9b39c9 unittests add_dir and make_vhost_ssl 2014-12-06 02:33:06 -08:00
James Kasten 0673a966c5 Generalize variables in configurator 2014-12-05 23:54:37 -08:00
James Kasten 779dd755ca More unit tests... better configurator 2014-12-05 17:31:36 -08:00
James Kasten 48ae79e8c4 Correct checking of get_virtual_hosts test 2014-12-04 04:16:22 -08:00
James Kasten 8a8eb0d617 Stop testing py26 until we sort out pylint issues 2014-12-04 04:02:33 -08:00
James Kasten 30641db85f Made apache_configurator work in any location/first basic tests complete successfully 2014-12-04 04:00:22 -08:00
James Kasten 231f3d5c61 Remove code without unittests from master (code remains in separate testing branch) 2014-12-03 16:45:06 -08:00
James Kasten a234cdf90e Safety check: if Apache releases version without a decimal 2014-12-03 04:47:41 -08:00
James Kasten a19333d84b First draft of apache configurator unit tests 2014-12-03 04:35:49 -08:00
James Kasten afd67d10f0 Merge branch 'master' of github.com:letsencrypt/lets-encrypt-preview 2014-12-03 04:33:07 -08:00
James Kasten 600dd4264e turn off email notifications for travis 2014-12-03 04:32:52 -08:00