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
In discussing the need to better package testing, we discussed the need to run unit and integration tests for all packages. This issue is to set up poetry package metadata and pytest as a testing framework and create example tests to be expanded, and provide a CONTRIBUTING.md that describes the process
Configure poetry
Configure pytest
Add CONTRIBUTING.md
The text was updated successfully, but these errors were encountered:
Completed draft in sha 77ee587 with initial test setup that runs the rasterize_all(). This test takes almost a minute so should be reduced in scope. It also overwrites test data. Need to reorganize data storage.
In discussing the need to better package testing, we discussed the need to run unit and integration tests for all packages. This issue is to set up
poetry
package metadata andpytest
as a testing framework and create example tests to be expanded, and provide a CONTRIBUTING.md that describes the processThe text was updated successfully, but these errors were encountered: