Introduce pytest-based testing and CI via GitHub Actions#114
Introduce pytest-based testing and CI via GitHub Actions#114kaifcodec merged 15 commits intokaifcodec:mainfrom
Conversation
|
@VamatoHD Ok, no worries, I will look at it when i am free, maybe tomorrow. |
|
@kaifcodec Removed |
|
Oh, got it. Anyways I added many tests in the recent commits and they are still not ready so I will wait for it and will try to add a CI workflow next. |
|
Also, in the new |
|
You're right, all() better matches the function’s contract. I wrote all the codes fast and didn't test it for edge cases, that's why it needs more refinements. |
|
@VamatoHD I merged this PR earlier to get a better sense of control, but everything looks fine now. I had to do a bit of trial and error since our codebase wasn’t very ruff-friendly, so I made the necessary fixes and it’s working well now. |
The beginning of the implementation of tests. I've made some to test
ResultandPrinter, but they need improving.Also, I have no clue how to work with GitHub workflows, so @kaifcodec you must do it.
To Do:
orchestrator.pyutils.pyversion.py