mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
9 lines
122 B
Bash
Executable File
9 lines
122 B
Bash
Executable File
set -e
|
|
|
|
python regression.py
|
|
python run.py
|
|
echo
|
|
python refactor.py
|
|
echo
|
|
nosetests --with-doctest --doctest-tests ../jedi/
|