hearsaycorp / django-livefield

Convenient soft-deletion for Django models.
MIT License
35 stars 19 forks source link

GeoDjango extensions need tests #13

Closed akshayjshah closed 6 years ago

akshayjshah commented 10 years ago

The GeoDjango extensions in livefield.gis need tests. It looks to me like we should be able to test all the functionality we've added on MySQL, Postgres, and SQLite.

@dyve, is this something you know how to tackle? I'll take a crack at it too, but I'm not sure how much progress I'll make.

dyve commented 10 years ago

I've only recently started to use tests extensively, my experience is limited to non-database tests. Willing to learn, but it will require some StackOverflow questions I think.

You'd actually need 5 test scenarios:

If MySQL has a working GIS module these days you'd need 2 scenario's there as well, making for a total of 6.