Skip to content

Commit

Permalink
Added debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Mar 9, 2024
1 parent 7e23ee2 commit 82ad090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_version(self):
self.assertEqual(montepy.__version__, "Undefined")
# try with setuptools_scm
del sys.modules["setuptools_scm"]
print(sys.modules.keys())
importlib.reload(montepy)
print(f"From setuptools_scm: {montepy.__version__}")
self.assertTrue(len(montepy.__version__.split(".")) >= 3)
Expand Down

0 comments on commit 82ad090

Please sign in to comment.