Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing and coding standards #21

Open
tremblerz opened this issue Jul 18, 2024 · 3 comments
Open

Testing and coding standards #21

tremblerz opened this issue Jul 18, 2024 · 3 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@tremblerz
Copy link
Contributor

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 -

  1. Tests for config parsers
  2. Tests for algorithms to make sure they run.
  3. 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.

@tremblerz tremblerz added the help wanted Extra attention is needed label Jul 18, 2024
@tremblerz
Copy link
Contributor Author

@dasdebanna is currently working on the pylint part

@tremblerz tremblerz added this to the O9 milestone Jul 18, 2024
@tremblerz
Copy link
Contributor Author

  • strong type checking

@tremblerz
Copy link
Contributor Author

@pyfb78 will be undertaking this whole effort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant