Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
python-handel
Commits
10325cdc
Commit
10325cdc
authored
Sep 08, 2017
by
Vincent Michel
Browse files
Fix tests
parent
60b6a8ca
Pipeline
#937
passed with stages
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_interface.py
View file @
10325cdc
...
...
@@ -491,7 +491,7 @@ def test_get_handel_version(interface):
# Files
def
test_get_config_files
(
interface
):
assert
interface
.
get_config_files
(
'.'
)
==
[
'./
xmap
.ini'
]
assert
interface
.
get_config_files
(
'.'
)
==
[
'./
scripts/mercury
.ini'
]
def
test_get_config
(
interface
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment