elthran / UDK

A text-based empire strategy game
0 stars 0 forks source link

Fixup: Post Release Touchups to Serializer Code #33

Open klondikemarlen opened 3 years ago

klondikemarlen commented 3 years ago

Make changes as requested in review of https://github.com/elthran/UDK/pull/30.

Add Pytest watching/auto-rerun test suite (my own request). Move camel_case function to a app/utils/string_utils. Add documentation comments to the BaseSerializer test suite. Test the Authentication routes. Allow testing of routes that require login. Add different view for county when viewing as current_user, and add appropriate tests.