From 400c8b2d2c8f486ae0385fa53f364422ab4800a3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 19 Apr 2020 22:36:04 +0200 Subject: [PATCH] cleanup --- .flake8 | 3 +-- tests/dns_corenetwork_test.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index 472dc43..ca25a53 100644 --- a/.flake8 +++ b/.flake8 @@ -8,8 +8,7 @@ exclude = __pycache__ build dist - test - tests + test* *.pyc *.egg-info .cache diff --git a/tests/dns_corenetwork_test.py b/tests/dns_corenetwork_test.py index dfbf2ca..8f0d835 100644 --- a/tests/dns_corenetwork_test.py +++ b/tests/dns_corenetwork_test.py @@ -1,4 +1,4 @@ -"""Tests for certbot_dns_ispconfig.dns_ispconfig.""" +"""Tests for certbot_dns_corenetworks.dns_corenetworks.""" import unittest