Conversation
|
@iamDyeus Hey, have a look and let me know if it looks good. I have added testing guidelines in contributing.md and made it so pytest actually works. |
|
@DDibyajyot Everything looks great! However, I think we’ll also need to update |
|
@iamDyeus I have updated it, thank you for pointing it out to me! It should work with the new implementation now. |
|
Interesting, I see the checks are failing, let me fix that |
Yeah, you'll probably need to update |
|
Hopefully everything should be fine, I followed your advise and updated all 3 to newer versions |
add PYTHONPATH, bumped python version to 3.12
|
The checks are confusing, I agree with the command for debug, but why has the dependency error come up when it has been there since the beginning? |
The dependency error arised because I bumped the Python version from |
Closes issue #16
The changes address recent test failures and other areas for improvement identified in the CI pipeline logs (CI pipeline run).
Added testing guidelines and documentation in CONTRIBUTING.md for future testing purposes.
This PR aims to maintain a clean and reliable test suite that thoroughly validates core functionality and supports further development with confidence.