Skip to content

fix bug in integration test harness that errored on new module#1506

Merged
JamesHabben merged 2 commits into
abrignoni:mainfrom
JamesHabben:bug/test-harness
May 30, 2026
Merged

fix bug in integration test harness that errored on new module#1506
JamesHabben merged 2 commits into
abrignoni:mainfrom
JamesHabben:bug/test-harness

Conversation

@JamesHabben

Copy link
Copy Markdown
Collaborator

the test harness was designed to grab git commit info to include with the various files that it creates to keep track of testing versions. these test scripts assumed that the module being tested against had been committed to git already, but i run into an error because i was trying to test a local module that i had not yet added to git. this checks for that and gracefully moves forward.

the test harness was designed to grab git commit info to include with the various files that it creates to keep track of testing versions. these test scripts assumed that the module being tested against had been committed to git already, but i run into an error because i was trying to test a local module that i had not yet added to git. this checks for that and gracefully moves forward.
@JamesHabben JamesHabben added the bug Something isn't working label May 29, 2026
@JamesHabben JamesHabben marked this pull request as draft May 29, 2026 22:04
add doc strings and fix some of the linter errors
@JamesHabben

Copy link
Copy Markdown
Collaborator Author

I added a bunch of doc strings and fixed some of the linter errors. its ready now.

@JamesHabben JamesHabben marked this pull request as ready for review May 29, 2026 22:14
@JamesHabben JamesHabben merged commit 260e9a3 into abrignoni:main May 30, 2026
1 check failed
@JamesHabben JamesHabben deleted the bug/test-harness branch May 30, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant