NREL / GEOPHIRES-X

MIT License
26 stars 21 forks source link

Correct BaseTestCase import in test files #230

Closed aimiktena closed 3 weeks ago

aimiktena commented 3 weeks ago

This PR fixes issue #228 I corrected the import statement for the BaseTestCase class in the 6 test files, ensuring it is imported correctly. Previously, the import statement was not functioning as intended, leading to import errors during local testing.