Skip to content

Commit

Permalink
Block attempts to load server.conf when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seandst committed Feb 23, 2016
1 parent 991c35c commit 625bc07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/test/unit/__init__.py
@@ -0,0 +1,4 @@
from pulp.devel.unit.server.base import block_load_conf

# prevent attempts to load the server conf during testing
block_load_conf()

0 comments on commit 625bc07

Please sign in to comment.