diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-08-28 15:40:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-08-28 15:40:36 -0700 |
commit | b942d94e2d59335f11f635164525a4f578ea6991 (patch) | |
tree | b9bf6950493e383bd1de43d7f1f27bb871020371 /tests/util.py | |
parent | 797777baad68a1e556d35ef05f346b54452bd7a1 (diff) |
Stub tests and partly-working implementation of 'load certs found alongside key_filenames' behavior re #1042
This actually breaks existing tests due to test server not supporting
certs...bah
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py index b546a7e1..c1b43da8 100644 --- a/tests/util.py +++ b/tests/util.py @@ -4,4 +4,3 @@ root_path = os.path.dirname(os.path.realpath(__file__)) def test_path(filename): return os.path.join(root_path, filename) - |