Brian Granger
58e345c261
Refactored iptest.py to work with new package org.
...
In the process I had to fix 2 small bugs to get all the tests passing.
17 years ago
Brian Granger
6221939722
Renaming Extensions=>extensions in code and imports.
17 years ago
Brian Granger
f53e35c98b
UserConfig => config/userconfig and imports updated.
17 years ago
Brian Granger
629dabdeab
upgrade_dir.py => utils/upgradedir.py and updated imports.
17 years ago
Brian Granger
8bdec3ecc8
ultraTB.py => core/ultratb.py and imports updated.
17 years ago
Brian Granger
a522e6f6fd
Shell.py => core/shell.py and imports updated.
17 years ago
Brian Granger
7c088ae84a
Release.py => core/release.py and imports updated.
17 years ago
Brian Granger
c2b67757f4
Prompts.py => core/prompts.py and imports updated.
17 years ago
Brian Granger
d24aa6729d
All platutils modules to utils, moved tests and updated imports.
17 years ago
Brian Granger
a86437a272
OutputTrap.py => core/outputtrap.py and updated imports.
17 years ago
Brian Granger
96372896a0
OInspect.py => core/oinspect.py and imports updated.
17 years ago
Brian Granger
93ff33a755
Magic.py => core/magic.py and imports updated.
17 years ago
Brian Granger
9e7706b8e8
irunner.py => lib/irunner.py and imports updated.
17 years ago
Brian Granger
6f8009d88f
Logger.py => core/logger.py and updated imports.
17 years ago
Brian Granger
d4c01d0407
FakeModule.py => core/fakemodule.py and updated tests and imports.
17 years ago
Brian Granger
32a5e3041d
deep_reload.py =? lib/deepreload.py and imports updated.
17 years ago
Brian Granger
8221c8f920
Debugger.py => core/debugger.py and updated all imports.
17 years ago
Brian Granger
d0a609940a
CrashHandler.py => core/crashhandler.py and updated all imports.
17 years ago
Brian Granger
6bc203735a
ConfigLoader.py => config/configloader.py and updated all imports.
17 years ago
Brian Granger
bfd32c129b
background_jobs.py => lib/backgroundjob.py and imports updated.
17 years ago
Brian Granger
f6061ca275
ColorANSI.py -> utils/coloransi.py and all imports updated.
17 years ago
Brian Granger
ed8ff9e4e0
Fixing small bug in iptest. Can now be run as "iptest".
17 years ago
Administrator
386c262e44
Merging changes from above.
17 years ago
Administrator
ff41bf1dc6
Added platutils.get_long_path_name to expand paths with "~" on win32.
...
This might be needed to fix ticket https://bugs.launchpad.net/bugs/366353
But, there are still problems with Magic.parse_options
17 years ago
Brian Granger
f97df71460
Adding comment about ticket https://bugs.launchpad.net/bugs/366982
17 years ago
Administrator
e6a9e402ff
More fixes for testing on win32.
17 years ago
Brian Granger
db440afb0f
Fixing tests in IPython.testing.
17 years ago
Administrator
e18c04f33a
Fixing bugs with the testing system.
17 years ago
Administrator
f4d078c8be
Fixing doctest EXCLUDES in iptest on win32.
...
The regular expressions we were using on win32 were not matching. The
trick is to construct the regular expression with double \\ like this::
re.compile('foo\\\\bar')
Arggg!!
17 years ago
Brian Granger
44f17cc75f
Making the doctest exclude paths os independent.
17 years ago
Brian Granger
055c6cdcde
Run the top level module tests in a single process.
17 years ago
Brian Granger
a96c333256
Merging Fernando's fixes from his trunk-dev and fixing testing things.
...
I have merged his changes with a few modifications. I have also
removed IPython.kernel from the list of packages that nose will test.
17 years ago
Brian Granger
cbd271fb01
Refactored iptest to include the iptestall capabilities.
...
We not have a test suite that can be run with `iptest all`. Give it a
shot!
17 years ago
Fernando Perez
cdac592b4e
Reactivate --with-ipdoctest option by default, now that trial is isolated.
17 years ago
Fernando Perez
32edd98fbd
Skip things we shouldn't be testing
17 years ago
Fernando Perez
75873476f5
- Make ipdoctest a little cleaner by giving it separate option names.
...
This is in an attempt at better isolating it from the rest of nose, because
we are seeing intermittent Twisted errors when it is enabled. However, I
still see them sometimes.
- Also, make the reference counting tests a little less verbose.
17 years ago
Brian Granger
842130bd17
Temporarily disabling the ipdoctest nose plugin.
...
This plugin was causing problems with Twisted. We need to go through
the plugin to find the source of the problem. For now, our test suite
passes though.
17 years ago
Fernando Perez
d2f86cc9a4
Fix problems with multiline doctests and add docs about testing.
...
Also enabled some more testings that were blacklisted, now that the testing
machinery is more robust.
17 years ago
Fernando Perez
55b455032b
Cleanup testing machinery.
17 years ago
Fernando Perez
07b2c09938
Update decorators and test scripts.
17 years ago
Fernando Perez
366ad68411
Fixes to testing system: ipdocetst plugin wasn't being properly loaded.
17 years ago
Fernando Perez
cc13fca3c2
Add module I forgot
18 years ago