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 e597fd4 commit d3987fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_images.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import pytest
from click.testing import CliRunner
from checksit import cli
import os

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


# photos from ncas named instruments
Expand Down

0 comments on commit d3987fb

Please sign in to comment.