certbot/certbot-apache/certbot_apache/tests
ohemorange 8b3cea6714 Remove commas in filename (#6692)
This will immediately address the breakage reported in #6682 and tracked at #6685. Pip 19.0.0 and 19.0.1 don't allow commas in filenames, so don't use commas in filenames in certbot-apache test code.

I've confirmed that this fixes the issue on a machine that fails with the version of certbot-auto currently in master: recent version of virtualenv, python 2.7.

Steps to test:

push master to test box
run tools/venv.py
activate venv
pip --version: 19.0.1
pip install ./certbot-apache/: fails
push branch code to test box
confirm pip --version still 19.0.1
pip install ./certbot-apache/: success

* Rename old,default.conf to old-and-default.conf

* Update changelog

* sites-enabled should contain a symlink to sites-available

(cherry picked from commit 34d655151d)
2019-01-24 11:51:37 -08:00
..
apache-conf-files Add Python 3.7 tests (#6179) 2018-07-06 19:08:40 +03:00
testdata Remove commas in filename (#6692) 2019-01-24 11:51:37 -08:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
augeas_configurator_test.py Switch from nose to pytest (#5282) 2017-12-01 10:59:55 -08:00
autohsts_test.py assertNotEquals --> assertNotEqual 2018-10-31 17:59:44 -07:00
centos_test.py Merge branch 'master' into warnings-are-errors 2018-10-30 17:18:00 -07:00
complex_parsing_test.py Distribution specific override functionality based on class inheritance (#5202) 2017-12-04 11:49:18 -08:00
configurator_test.py Remove commas in filename (#6692) 2019-01-24 11:51:37 -08:00
debian_test.py Make Apache control script and binary paths configurable on command line (#6238) 2018-08-02 08:17:38 -07:00
display_ops_test.py Apache plugin wildcard support for ACMEv2 (#5608) 2018-02-28 11:31:47 -08:00
entrypoint_test.py Distribution specific override functionality based on class inheritance (#5202) 2017-12-04 11:49:18 -08:00
gentoo_test.py Merge branch 'master' into warnings-are-errors 2018-10-30 17:18:00 -07:00
http_01_test.py Enable Apache VirtualHost for HTTP challenge validation if not enabled already (#6268) 2018-08-01 12:00:47 -07:00
obj_test.py Test coverage & fix 2016-06-25 12:06:43 -07:00
parser_test.py Merge branch 'master' into warnings-are-errors 2018-10-30 17:18:00 -07:00
tls_sni_01_test.py Add basic HTTP01 support to Apache 2018-01-10 23:35:09 -08:00
util.py Make Apache control script and binary paths configurable on command line (#6238) 2018-08-02 08:17:38 -07:00