Commit Graph
7 Commits
Author SHA1 Message Date
Ilya.Kazakevich 7f9d87b280 Flaky test fixed
--version is reported to stderr on some anaconda interpreters, but we parse stdout
2016-07-21 21:03:46 +03:00
Ilya.Kazakevich 9dedfb18c1 PY-19015: fix for "rerun" for failed tox tests
Tox fetches env id (like py27) and provides it to configuration.
2016-06-30 23:30:58 +03:00
Ilya.Kazakevich 38ec3267af PY-18538 Do not pass tox folder to test runners by default (user may pass custom folder)
Runner shall use current folder if no folder provided, or use one provided by user
2016-06-29 19:18:20 +03:00
Ilya.Kazakevich 17dadc1ab4 PY-19015: Check env has commands, skip fixers if has no
Since prev. approach was based on idea that any env has some tests and failed on project from PY-19015, I now use unofficial API to inherit Session and track env start and end. Skip support is also added. See _MySession from _jb_tox_runner.py for more info. This approach is hacky, but all other APIs are too lame
2016-06-29 01:47:16 +03:00
Ilya.Kazakevich 2c9ceeb4ee Removing useless from tox test 2016-05-23 23:27:41 +03:00
Ilya.Kazakevich 3ba6799a84 tox test improved 2016-01-21 02:38:23 +03:00
Ilya.Kazakevich 8362b2b5d4 PY-9727:Test added 2015-12-21 08:01:45 +03:00