Files
jedi/test
Levente Polyak 527ef6fcdd fix static analysis test skips with latest pytest
Latest pytest ensures pytest.skip is being called with a str parameter.
However, test_static_analysis passed over the skip parameter which
contains a tuple returned from skip_python_version leading to test
regression.
Unify the version skip reasons for both, static analysis and integration
tests by using a shared BaseTestCase parent to avoid code duplication.
Furthermore handle test_static_analysis skip_reason extraction
orthogonal to test_completion.
2019-09-21 21:42:05 +02:00
..
2014-04-25 14:39:59 +02:00
2012-04-12 15:47:33 +02:00
2017-12-29 18:43:10 +01:00
2013-08-17 23:40:00 +04:30
2019-08-21 00:22:34 +02:00
2019-05-18 01:09:09 +02:00