1
0
Fork 0
satnogs-db/db/api
Corey Shields 79ca1834c9 More improved unit testing
Additional pytests, including tests for a fully populated DB

Also:

- simplify a conditional statement in the home page view

- fix broken robots.txt url parsing

- fix case in cached stats generation where new satellite id association could
trip a comparison against a NoneType by adding a default

- removed a print statement leftover from satellite id development

Signed-off-by: Corey Shields <cshields@gmail.com>
2021-05-25 16:38:02 -04:00
..
__init__.py Initial commit 2015-04-22 18:10:13 +03:00
drf_spectacular_hooks.py Use Satellite model for satellite API endpoint 2021-05-11 20:26:52 +03:00
filters.py Replace SatelliteEntry with Satellite in models 2021-05-11 20:27:05 +03:00
pagination.py Improved unit testing around API calls 2021-05-22 09:55:32 -04:00
parsers.py Add JSON-LD post API endpoint for Transmitter suggestions 2021-05-20 16:59:14 +03:00
perms.py Remove python 2 compatibility code 2020-07-13 13:32:45 +03:00
renderers.py Add browsable API for jsonld format 2020-07-16 06:26:23 +03:00
serializers.py Add JSON-LD post API endpoint for Satellite suggestions 2021-05-20 16:59:14 +03:00
tests.py More improved unit testing 2021-05-25 16:38:02 -04:00
urls.py Replace SatelliteEntry with Satellite in models 2021-05-11 20:27:05 +03:00
views.py Improved unit testing around API calls 2021-05-22 09:55:32 -04:00