Skip to content

Commit

Permalink
load conf test
Browse files Browse the repository at this point in the history
  • Loading branch information
Korijn committed Jul 26, 2023
1 parent 80a6318 commit a8d411e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ def ch_tmpdir_deep(tmpdir):
def test_load_conf(ch_tmpdir_deep):
user_dir = ch_tmpdir_deep / ".user"

conf = load_conf(user=user_dir)
assert conf == {
"keys": {
},
}

pyproj_path = create_pyproj_conf()
conf = load_conf(user=user_dir)
assert conf == {
Expand Down

0 comments on commit a8d411e

Please sign in to comment.