1
0
forked from VimPlug/jedi

improve the testing documentation. Add a section about the alternate test runner ./run.py

This commit is contained in:
Dave Halter
2014-03-11 14:27:11 +01:00
parent 90338aa828
commit 9da09c9058
3 changed files with 21 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env python
"""
Refactoring tests work a little bit similar to Black Box tests. But the idea is
here to compare two versions of code.
here to compare two versions of code. **Note: Refactoring is currently not in
active development (and was never stable), the tests are therefore not really
valuable - just ignore them.**
"""
from __future__ import with_statement
import os