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

Add CI for automated testing #32

Open
trossi opened this issue Jan 30, 2025 · 2 comments
Open

Add CI for automated testing #32

trossi opened this issue Jan 30, 2025 · 2 comments

Comments

@trossi
Copy link
Collaborator

trossi commented Jan 30, 2025

It'd be useful to have automated tests to ensure that codes keep working during development.

@MichalTorma
Copy link
Collaborator

that would be a dream. How do you imagine data prep testing though - it would be integration test on a small region? because we are relying on outside services so much...

@trossi
Copy link
Collaborator Author

trossi commented Jan 31, 2025

I think it would be nice if we had a script to generate some small random data for testing (random values but correct data structures). Then having an integration test running through the steps would catch at least some issues (unit tests could be even better but more work with current code structure).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants