wharton / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
212 stars 40 forks source link

Bootstrap test infrastructure and add a very basic test #87

Closed browniebroke closed 1 week ago

browniebroke commented 1 week ago

Following on:

Add the test infrastructure using tox and github actions, taking inspiration from other projects in @django-commons

It might be beneficial to not add too many tests in this first PR, this way we should be able to get more folks to contribute in separate PRs to test different things.

Let me know if the approach makes sense cc @tim-schilling in case you see something that goes against something in the org

FlipperPA commented 1 week ago

This is great, thanks for getting this started, @browniebroke!