summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_code_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/test_code_checks.py')
-rw-r--r--testsuite/Testsrc/test_code_checks.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index 481dd7fa3..1d1d271d6 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -34,7 +34,8 @@ except OSError:
# perform checks on the listed files only if the module listed in the
# keys can be imported
contingent_checks = {
- ("django",): {"lib/Bcfg2/Server": ["Reports",
+ ("django",): {"lib/Bcfg2": ["Reporting"],
+ "lib/Bcfg2/Server": ["Reports",
"SchemaUpdater",
"models.py"],
"lib/Bcfg2/Server/Admin": ["Reports.py", "Syncdb.py"],
@@ -55,7 +56,7 @@ contingent_checks = {
# perform only error checking on the listed files
error_checks = {
"sbin": ["bcfg2-build-reports", "bcfg2-admin", "bcfg2-reports"],
- "lib/Bcfg2": ["Proxy.py", "SSLServer.py"],
+ "lib/Bcfg2": ["Proxy.py", "SSLServer.py", "Reporting"],
"lib/Bcfg2/Server": ["Reports", "SchemaUpdater"],
"lib/Bcfg2/Server/Admin": ["Backup.py",
"Bundle.py",