Skip to content

Commit

Permalink
manual debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Jan 17, 2024
1 parent 3f5631d commit 512b866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_read_all_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ def test_read_all_tests():
"""Search all .inpt files within the tests dir."""

from sparc.io import read_sparc

from sparc.utils import locate_api
import os
print("SPARC_DOC_PATH is: ", os.environ.get("SPARC_DOC_PATH", None))
api = locate_api()
print(api.sparc_version)
skipped_names = []
tests_dir = os.environ.get("SPARC_TESTS_DIR", "")
print(f"Current test dir is {tests_dir}")
Expand Down

0 comments on commit 512b866

Please sign in to comment.