Skip to content

Commit

Permalink
debug travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marian-code committed Aug 4, 2020
1 parent 019d173 commit 84d5826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/test_local_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def setUp(self):

def test_cwd(self):

self.debug(str(self.p.cwd()))
self.debug(self.home)
log.debug(str(self.p.cwd()))
log.debug(self.home)
self.assertEqual(str(self.p.cwd()), self.home)


Expand Down
4 changes: 2 additions & 2 deletions tests/test_ssh_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def setUp(self):

def test_cwd(self):

self.debug(str(self.p.cwd()))
self.debug(self.home)
log.debug(str(self.p.cwd()))
log.debug(self.home)
self.assertEqual(str(self.p.cwd()), self.home)


Expand Down

0 comments on commit 84d5826

Please sign in to comment.