fix test session finish with duplicated tests in suite#105
fix test session finish with duplicated tests in suite#105pupssman merged 3 commits intoallure-framework:masterfrom tbicr:master
Conversation
For example fix situation when we repeat failed tests.
|
Makes sense. Plz fix integration test run -- AFAICS, they fail due to new checks in |
|
@pupssman , I a bit confused, look like pep8 broken in master. Should I fix it in this commit or you can check that master already pass pep8? |
|
It would be great for you to fix pep8 issues currently present in master. |
|
@pupssman , CI works too strange, added blank line broke tests for python2.7, flake8>=3.0.0 not support python2.6 |
|
Wow, looks like a bug in CI config. Looks like we should not run flake8 per each environment, only once, with latest python. |
|
Sadly, I dont have much time to look into it now |
|
That does the job! https://travis-ci.org/allure-framework/allure-python/jobs/177651437 |
|
LGTM |
|
looks good, thanks for contributing! |
|
@tbicr do you need that released soon? |
|
@pupssman , for me easily use pypi version instead github commit in requirements, so if you can make minor release it will be great! |
|
@tbicr will try 2 do it today |
For example fix situation when we repeat failed tests.
In this case
testsandrefined_testshave different size that will raise exception for tests[::-1] assignment.