ansible / django-ansible-base

Apache License 2.0
11 stars 43 forks source link

[Low Prio] Add a sqlite3 check #517

Closed AlanCoding closed 1 month ago

AlanCoding commented 1 month ago

I got 3 failures running this locally, and ability to address those failures is the key thing I'd like to get out of this. I would like to position us to be multi-vendor regarding the database as much as we can reasonably do with minimal effort, and this is a nice start.

AlanCoding commented 1 month ago

Locally I'm easily able to replicate:

DJANGO_SETTINGS_MODULE=test_app.sqlite3settings py.test test_app/tests/ -k test_authenticator_map_validate
AlanCoding commented 1 month ago

Adding a link to the reason for the failure we're skipping https://github.com/django/django/pull/16601

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud