summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_code_checks.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-09 07:13:46 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-09 07:13:46 -0400
commit7a2a69a0c5a79c88874dd3ea3c9cecfb243fad4f (patch)
treeabde34166426cc2c67eec2b7015872544c4b17cd /testsuite/Testsrc/test_code_checks.py
parenta4680a0a4ffbf7c2acf07158c1840bc849c563e7 (diff)
downloadbcfg2-7a2a69a0c5a79c88874dd3ea3c9cecfb243fad4f.tar.gz
bcfg2-7a2a69a0c5a79c88874dd3ea3c9cecfb243fad4f.tar.bz2
bcfg2-7a2a69a0c5a79c88874dd3ea3c9cecfb243fad4f.zip
fix pylint unit test errors
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",