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
We need to build a robust testing and coding standards infrastructure in order to make sure new changes do not break existing systems. It is going to be critical going forward because the actual SONAR deployment infra also depends on this codebase. Furthermore, this allow us to collaborate on code with a larger community of open-source contributors. We need to finish multiple tasks -
For tests we at least need the following -
Tests for config parsers
Tests for algorithms to make sure they run.
Integration tests to make sure scheduler runs fine
For coding standards, we will rely on our existing pylint github workflow for now and going forward create a contributor guide that shows how to update documentation.
The text was updated successfully, but these errors were encountered:
We need to build a robust testing and coding standards infrastructure in order to make sure new changes do not break existing systems. It is going to be critical going forward because the actual SONAR deployment infra also depends on this codebase. Furthermore, this allow us to collaborate on code with a larger community of open-source contributors. We need to finish multiple tasks -
For tests we at least need the following -
For coding standards, we will rely on our existing pylint github workflow for now and going forward create a contributor guide that shows how to update documentation.
The text was updated successfully, but these errors were encountered: