Logo
Explore Help
Register Sign In
Malin/WPIQ
1
0
Fork 0
You've already forked WPIQ
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
WPIQ/tests/cli/22_test_site_list.py

14 lines
376 B
Python
Raw Permalink Normal View History

Updating configuration (#197) #### Added - [ACME] Display warning about sudo usage when issuing certificate with DNS API validation (require `sudo -E`) #### Changed - [ACME] Resolve domain IP over HTTPS with Cloudflare DNS Resolver - [CORE] Cement Framework updated to v2.10.2 - [SITE] database name = 0 to 16 characters from the site name + 4 randomly generated character - [SITE] database user = 0 to 12 characters from the site name + 4 randomy generated character - [STACK] Improve sysctl tweak deployment #### Fixed - [SITE] https redirection missing on subdomains sites - Issues with digitalocean mariadb repository - Cement Framework output handler issues - [CLEAN] check if Nginx is installed before purging fastcgi or opcache
2019-11-11 19:06:11 +01:00
from wo.utils import test
from wo.cli.main import WOTestApp
class CliTestCaseSiteList(test.WOTestCase):
def test_wo_cli_site_list_enable(self):
with WOTestApp(argv=['site', 'list', '--enabled']) as app:
app.run()
def test_wo_cli_site_list_disable(self):
with WOTestApp(argv=['site', 'list', '--disabled']) as app:
app.run()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 95ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API