add proper deprecation warnings and warnings become error messages in Jedi; also deprecate CallSignature.call_name

This commit is contained in:
Dave Halter
2014-03-14 14:48:33 +01:00
parent 064f161acc
commit c7fc13743f
3 changed files with 14 additions and 2 deletions

View File

@@ -27,6 +27,9 @@ def pytest_addoption(parser):
def pytest_configure(config):
import warnings
warnings.simplefilter("error")
global jedi_cache_directory_orig, jedi_cache_directory_temp
jedi_cache_directory_orig = jedi.settings.cache_directory
jedi_cache_directory_temp = tempfile.mkdtemp(prefix='jedi-test-')