certbot/certbot-apache/certbot_apache/tests
ohemorange 8139689d4c Make the contents of the apache plugin private (#7579)
Part of #5775.

Tree:
```
certbot-apache/certbot_apache
├── __init__.py
├── _internal
│   ├── apache_util.py
│   ├── augeas_lens
│   │   ├── httpd.aug
│   │   └── README
│   ├── centos-options-ssl-apache.conf
│   ├── configurator.py
│   ├── constants.py
│   ├── display_ops.py
│   ├── entrypoint.py
│   ├── http_01.py
│   ├── __init__.py
│   ├── obj.py
│   ├── options-ssl-apache.conf
│   ├── override_arch.py
│   ├── override_centos.py
│   ├── override_darwin.py
│   ├── override_debian.py
│   ├── override_fedora.py
│   ├── override_gentoo.py
│   ├── override_suse.py
│   └── parser.py
└── tests
    ├── ...
```

* Create _internal folder for certbot_apache

* Move apache_util.py to _internal

* Move display_ops.py to _internal

* Move override_centos.py to _internal

* Move override_gentoo.py to _internal

* Move override_darwin.py to _internal

* Move override_suse.py to _internal

* Move override_debian.py to _internal

* Move override_fedora.py to _internal

* Move override_arch.py to _internal

* Move parser.py to _internal

* Move obj.py to _internal

* Move http_01.py to _internal

* Move entrypoint.py to _internal

* Move constants.py to _internal

* Move configurator.py to _internal

* Move augeas_lens to _internal

* Move options-ssl-apache.conf files to _internal

* move augeas_lens in MANIFEST

* Clean up some stray references to certbot_apache that could use _internal

* Correct imports and lint
2019-11-25 09:44:40 -08:00
..
apache-conf-files [Windows|Linux] Launch integration tests on Pebble without Docker (#7157) 2019-07-10 14:29:57 -07:00
testdata Fix CentOS 6 installer issue (#6784) 2019-04-02 09:26:58 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
autohsts_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
centos6_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
centos_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
complex_parsing_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
configurator_reverter_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
configurator_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
debian_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
display_ops_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
entrypoint_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
fedora_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
gentoo_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
http_01_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
obj_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
parser_test.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
util.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00