Skip to content

Commit

Permalink
change tmpdir fixture to be string not py.LocalPath
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkinnison committed Aug 2, 2018
1 parent 42cae0b commit a1bdf22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_init(self):
os.environ['USERPROFILE'] = userprofile

def test_save_config(self, tmpdir):
tmpdir = str(tmpdir)
cfg = ShadhoConfig()
cfg.save_config(tmpdir)

Expand Down

0 comments on commit a1bdf22

Please sign in to comment.