aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/testing
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-28 11:48:30 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-28 11:48:30 +0300
commitfe01c5041a843ee05cf4bf58b020eba53b909caf (patch)
tree39e7cfe9de8ae629e9aca17c222f72195afefb67 /contrib/python/ipython/py2/IPython/testing
parented2cd4470267ae1bbe21e78e8319a02376e609ad (diff)
downloadydb-fe01c5041a843ee05cf4bf58b020eba53b909caf.tar.gz
intermediate changes
ref:a9d4234963219fc3b778fe9667bd10e632ddd89b
Diffstat (limited to 'contrib/python/ipython/py2/IPython/testing')
-rw-r--r--contrib/python/ipython/py2/IPython/testing/plugin/Makefile74
-rw-r--r--[-rwxr-xr-x]contrib/python/ipython/py2/IPython/testing/plugin/iptest.py0
-rw-r--r--[-rwxr-xr-x]contrib/python/ipython/py2/IPython/testing/plugin/setup.py0
3 files changed, 0 insertions, 74 deletions
diff --git a/contrib/python/ipython/py2/IPython/testing/plugin/Makefile b/contrib/python/ipython/py2/IPython/testing/plugin/Makefile
deleted file mode 100644
index 6f999a38fd3..00000000000
--- a/contrib/python/ipython/py2/IPython/testing/plugin/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# Set this prefix to where you want to install the plugin
-PREFIX=/usr/local
-
-NOSE0=nosetests -vs --with-doctest --doctest-tests --detailed-errors
-NOSE=nosetests -vvs --with-ipdoctest --doctest-tests --doctest-extension=txt \
---detailed-errors
-
-SRC=ipdoctest.py setup.py ../decorators.py
-
-# Default target for clean 'make'
-default: interactiveshell
-
-# The actual plugin installation
-plugin: IPython_doctest_plugin.egg-info
-
-# Simple targets that test one thing
-simple: plugin simple.py
- $(NOSE) simple.py
-
-dtest: plugin dtexample.py
- $(NOSE) dtexample.py
-
-rtest: plugin test_refs.py
- $(NOSE) test_refs.py
-
-test: plugin dtexample.py
- $(NOSE) dtexample.py test*.py test*.txt
-
-deb: plugin dtexample.py
- $(NOSE) test_combo.txt
-
-# IPython tests
-deco:
- $(NOSE0) IPython.testing.decorators
-
-magic: plugin
- $(NOSE) IPython.core.magic
-
-excolors: plugin
- $(NOSE) IPython.core.excolors
-
-interactiveshell: plugin
- $(NOSE) IPython.core.interactiveshell
-
-strd: plugin
- $(NOSE) IPython.core.strdispatch
-
-engine: plugin
- $(NOSE) IPython.kernel
-
-tf: plugin
- $(NOSE) IPython.config.traitlets
-
-# All of ipython itself
-ipython: plugin
- $(NOSE) IPython
-
-
-# Combined targets
-sr: rtest strd
-
-base: dtest rtest test strd deco
-
-quick: base interactiveshell ipipe
-
-all: base ipython
-
-# Main plugin and cleanup
-IPython_doctest_plugin.egg-info: $(SRC)
- python setup.py install --prefix=$(PREFIX)
- touch $@
-
-clean:
- rm -rf IPython_doctest_plugin.egg-info *~ *pyc build/ dist/
diff --git a/contrib/python/ipython/py2/IPython/testing/plugin/iptest.py b/contrib/python/ipython/py2/IPython/testing/plugin/iptest.py
index a75cab993fc..a75cab993fc 100755..100644
--- a/contrib/python/ipython/py2/IPython/testing/plugin/iptest.py
+++ b/contrib/python/ipython/py2/IPython/testing/plugin/iptest.py
diff --git a/contrib/python/ipython/py2/IPython/testing/plugin/setup.py b/contrib/python/ipython/py2/IPython/testing/plugin/setup.py
index a3281d30c8d..a3281d30c8d 100755..100644
--- a/contrib/python/ipython/py2/IPython/testing/plugin/setup.py
+++ b/contrib/python/ipython/py2/IPython/testing/plugin/setup.py