cuducos / django-public-admin

🔓 A public and read-only version of the Django Admin
MIT License
64 stars 5 forks source link

First configuration for tests #11

Closed anaschwendler closed 4 years ago

anaschwendler commented 4 years ago

Tries to solve #3.

What I did? Using as the base this project I've created two files to serve as set up for the test environment.

setup.cfg to set up pytest django settings file.

tests/settings.py with a basic setup to serve as settings file for the test environment.

What is happening now? I don't do python in a long time 😅 but it seems to throw and error related to __init__.py image