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
Uses testcontainers to spin up a reproducible test environment in a reasonable amount of time. 500 paths are sampled from real data to use for testing. These tests already exposed real bugs in the query code for counting and pathways.
* Do not format or lint the dries/ directory
* Added tests for the number of pathways from a specific tracer/gauge pair
* Added tests for counting
* Added tests for pathways counting
* Set required environment variables in github CI to dummy values
* Move the parse_literal function from submit to abomination
* parse_literal now returns None on error
* Generate tests based on sampled data
* Added a test for total data size
* Generate test data by randomly sampling real data
* Run tests and type-checking in parallel with linting/formatting
* Configure code coverage reporting
* Correct strict typing issues
0 commit comments