Dear all,
Unless I'm missing something I see no unit testing or e2e testing for the components and models of the project.
I will suggest to:
- Use pytest and a
tests folder
- Add a CI/CD GH actions that runs on push/PR to protect the
main branch from code brakes, ensuring that the test pipeline is automatically enforced
Let me know what you think. If it's ok I can open a small example PR to help with initial pytest setup (it's very easy).
Opened a discussion here: #150
Dear all,
Unless I'm missing something I see no unit testing or e2e testing for the components and models of the project.
I will suggest to:
testsfoldermainbranch from code brakes, ensuring that the test pipeline is automatically enforcedLet me know what you think. If it's ok I can open a small example PR to help with initial pytest setup (it's very easy).
Opened a discussion here: #150