Skip to content

Commit

Permalink
Confusing branches. Fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chummels committed Jun 26, 2020
1 parent fd4d0de commit 9ad858b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

from trident.config import \
trident, \
trident_path, \
auto_config, \
parse_config
trident_path

def test_banner():
"""
Expand All @@ -28,7 +26,3 @@ def test_path():
Tests that the trident path is working ok.
"""
trident_path()

# Need to make a test_config but this necessitates changing the config
# code around a bunch.

0 comments on commit 9ad858b

Please sign in to comment.