Go to file
Fernando Perez e1ea030504 Robustness fixes in test suite machinery.
Added a module-level INSTALLED flag, which can be set to false if the test
suite is being run in-place (without ipython having been installed at all).
This is because how we call and import things must be done differently
depending on whether the code is installed or is being run in-place.  The
only ones that can know this reliably are the entry-point scripts, so those
are responsible for setting this flag.

Also made the code that validates ipython in subprocesses report errors
better, by checking stderr for errors before validating stdout output, as
anything on stderr will be likely informative of the real problem.
2010-01-17 13:13:21 -08:00
IPython/testing Robustness fixes in test suite machinery. 2010-01-17 13:13:21 -08:00
setup.py Inform user at install time of minimal python requirements if not met. 2010-01-16 16:57:22 -08:00
setupbase.py Fixing a few small things on Windows. 2009-11-08 12:09:07 -08:00