Django integration tests (#1607)

* added integration test for module django_manage

* Initial attempt at integration tests for django_manage

* added ignore lines for django python code

* added more ignore lines for django python code

* removed a couple of extraneous files and ignore lines

* also removed urls.py, as it is not required for testing

* added test group to aliases file

* Adding a few lines attempting to remove py2 from the equation.

* restricted integration tests platforms

* restricted integration tests platforms (moving to aliases)

* foce using a virtualenv for the test, to avoid differences in different OSes

* Adding urls.py back to the test project

* Adding ignore lines for urls.py

* Updated aliases for the testing
This commit is contained in:
Alexei Znamensky 2021-01-21 11:13:37 +13:00 committed by GitHub
commit b9408dc8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 272 additions and 0 deletions

View file

@ -0,0 +1,6 @@
shippable/posix/group2
skip/python2
skip/freebsd
skip/macos
skip/osx
skip/rhel8.2