1
0
Fork 0
satnogs-db/db/base
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
..
fixtures Replace SatelliteEntry with Satellite in models 2021-05-11 20:27:05 +03:00
management Replace SatelliteEntry with Satellite in models 2021-05-11 20:27:05 +03:00
migrations do not require a norad id on new satellites 2021-05-14 14:26:36 -04:00
templatetags Remove python3 migration remnants 2020-05-27 20:54:39 +02:00
__init__.py Move app's signals and methods to seperate file 2020-09-22 17:23:29 +03:00
admin.py Improved unit testing around API calls 2021-05-22 09:55:32 -04:00
apps.py Move app's signals and methods to seperate file 2020-09-22 17:23:29 +03:00
context_processors.py fix bad login redirection on new trans modal 2020-07-19 07:20:51 +00:00
forms.py Improved unit testing around API calls 2021-05-22 09:55:32 -04:00
helpers.py Replace SatelliteEntry with Satellite in models 2021-05-11 20:27:05 +03:00
models.py better error handling around latest_data 2021-05-14 16:11:52 -04:00
signals.py Replace SatelliteEntry with Satellite in models 2021-05-11 20:27:05 +03:00
structured_data.py Add JSON-LD post API endpoint for Satellite suggestions 2021-05-20 16:59:14 +03:00
tasks.py Fix export frames functionality 2021-05-24 05:43:11 +03:00
tests.py More improved unit testing 2021-05-25 16:38:02 -04:00
urls.py More improved unit testing 2021-05-25 16:38:02 -04:00
utils.py More improved unit testing 2021-05-25 16:38:02 -04:00
views.py More improved unit testing 2021-05-25 16:38:02 -04:00