PY-23217: Support django-nose

When django nose runner is used we need to:
* Use it instead of old TeamCityRunner
* Add new (Leonid's) nose plugin to NOSE_PLUGINS so it could report tests in TC protocol
This commit is contained in:
Ilya.Kazakevich
2017-04-20 20:58:28 +03:00
parent ca1fe8b1a2
commit b7fa03c1ce
4 changed files with 31 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ envs {
conda "django19", "2.7", ["django==1.9", "tox", "nose", "pytest", "behave", "lettuce>=0.2.22"], true
textfile "django19/tags.txt", "python2.7\ndjango\nnose\npytest\nbehave\nlettuce\npackaging\ntox"
conda "django110", "3.4", ["django==1.10"], false
textfile "django110/tags.txt", "python3.4\ndjango\nskeletons"
conda "django110", "3.4", ["django==1.10", "django-nose"], false
textfile "django110/tags.txt", "python3.4\ndjango\nskeletons\ndjango-nose"
conda "django111", "3.4", ["django==1.11"], true
textfile "django111/tags.txt", "python3.4\ndjango"