gardenbuilder-app / gardenbuilder-backend-python

Django-based REST API
6 stars 11 forks source link

Pytest fails on tests for apps/sections/tests.py #55

Closed capndave closed 3 years ago

capndave commented 3 years ago

Type

Bug Report

Problem or To-Do

I'm getting errors on test_sections_query_without_data and test_sections_query_with_data. Both throw and error similar to

E       TypeError: object of type 'NoneType' has no len()
apps/sections/tests.py:91: TypeError

@Ryan104 originally was kind enough to write these tests. Please take a look and troubleshoot!

Ryan104 commented 3 years ago

Hey @capndave I'll look into this one!