django / django-docker-box

Run the Django test suite across all supported databases and python versions
116 stars 37 forks source link

Fixed #24 - Changed default workdir to tests. #39

Closed awtimmering closed 2 years ago

awtimmering commented 2 years ago

Change workdir to django/tests to avoid cache related tests that depend on the test runner being executed from that directory, and that fail otherwise.

(Note that this commit sits on top of #37 - I can remove the previous commit from this PR once that is merged)

Fixed #24

awtimmering commented 2 years ago

Rebased and ready.

$ docker-compose build sqlite
$ docker-compose run --rm sqlite
felixxm commented 2 years ago

@awtimmering Thanks :+1: