You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the setup instructions, but needed to perform some additional steps which are not documented yet (perhaps I missed something in the docs?):
I had to copy config_example.ini and adapt it
python -m unittest discover tests required a running Postgres db (did not expect this for unittests) and threw exceptions as the testing database had no tables (I set env=testing and ran parkapi-setupdb to work around this)
The text was updated successfully, but these errors were encountered:
The configuration and some setup steps are indeed not documented, see #79. Due to time limits a proper documentation will be missing for a while in the future.
The tests, and especially the live_scrape option shouldn't depend on a database. Yet I currently can't say why they do.
I followed the setup instructions, but needed to perform some additional steps which are not documented yet (perhaps I missed something in the docs?):
The text was updated successfully, but these errors were encountered: