You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semantic versioning script is a critical part of the Feluda project, handling versioning for multiple Python packages in a monorepo setup. To ensure its reliability and maintainability, we need to add comprehensive unit tests for all functions in the script.
The semantic versioning script is a critical part of the Feluda project, handling versioning for multiple Python packages in a monorepo setup. To ensure its reliability and maintainability, we need to add comprehensive unit tests for all functions in the script.
Link to the script - link
tests/scripts/
folderWe can also think of using testing frameworks
pytest
alongisdeuv
, instead of just using the python in-build unittest framework.The text was updated successfully, but these errors were encountered: