Skip to content

Commit

Permalink
Troubleshooting - checking directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-hampton committed Jan 11, 2024
1 parent d3987fb commit c6ba504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# quick test to make sure python is where I think it is
def test_where():
print(os.listdir("tests"))
assert 1 == 1
loc = (os.listdir("tests"))
assert loc == 1


# photos from ncas named instruments
Expand Down

0 comments on commit c6ba504

Please sign in to comment.