##// END OF EJS Templates
Remove invalid test runner and invalid tests....
Remove invalid test runner and invalid tests. These were old IPython tests that had to be executed manually, they haven't been run in years. For %cd we've added real tests, and the runner should be removed as it doesn't really work. For completer, our real test suite has tests already.

File last commit:

r1234:52b55407
r2654:18bf1d32
Show More
__init__.py
10 lines | 558 B | text/x-python | PythonLexer
# encoding: utf-8
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2005 Fernando Perez <fperez@colorado.edu>
# Brian E Granger <ellisonbg@gmail.com>
# Benjamin Ragan-Kelley <benjaminrk@gmail.com>
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------