File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- """"""
1
+ """Test Parameters."""
2
+
2
3
from penn_chime .parameters import Parameters
3
4
4
5
6
+ def test_cypress_defaults ():
7
+ """Ensure the cypress defaults have been updated."""
8
+ # TODO how to make this work when the module is installed?
9
+ _ = Parameters .create ({"PARAMETERS" : "./defaults/cypress.cfg" }, [])
10
+
11
+
5
12
def test_cli_defaults ():
6
- """Ensure if the cli defaults have been updated."""
13
+ """Ensure the cli defaults have been updated."""
7
14
# TODO how to make this work when the module is installed?
8
- _ = Parameters .create ({' PARAMETERS' : ' ./defaults/cli.cfg' }, [])
15
+ _ = Parameters .create ({" PARAMETERS" : " ./defaults/cli.cfg" }, [])
9
16
10
17
11
18
def test_webapp_defaults ():
12
19
"""Ensure the webapp defaults have been updated."""
13
20
# TODO how to make this work when the module is installed?
14
- _ = Parameters .create ({' PARAMETERS' : ' ./defaults/webapp.cfg' }, [])
21
+ _ = Parameters .create ({" PARAMETERS" : " ./defaults/webapp.cfg" }, [])
You can’t perform that action at this time.
0 commit comments