django-docker-box icon indicating copy to clipboard operation
django-docker-box copied to clipboard

Run the Django test suite across all supported databases and python versions

Results 9 django-docker-box issues
Sort by recently updated
recently updated
newest added

It looks like referenced image is not publicly available anymore ``` docker-compose run oracle-db Pulling oracle-db (sath89/oracle-12c:)... ERROR: pull access denied for sath89/oracle-12c, repository does not exist or may require...

There has been at least two instances of confusion about the need to modify versions before running, so I thought I'd clarify it in `README.md`.

Hello! This is github action to checkout that repo, checkout django repo and make django-docker-box which can be used to run tests. It DOES NOT run django tests, it's purpose...

For both Chorme and Firefox it seems. For Firefox, I get, e.g.: ``` ====================================================================== ERROR: test_select_all_across_pages (admin_changelist.tests.SeleniumTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.8/unittest/suite.py", line 163, in _handleClassSetUp setUpClass()...

https://github.community/t5/GitHub-Actions/Allow-nesting-matrix-includes/m-p/32240#M1058 - this would be super useful here

https://hub.docker.com/r/truevoly/oracle-12c Fixes #4

Originally https://github.com/orf/django-docker-box/issues/25.

I just saw that Github Actions nowadays allows docker-compose tests, which would allow us to fully run (aside from oracle and the likes) the Django testsuite in github actions. I...