##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2461:a97dcd31
Fixes for test suite in win32 when all dependencies (esp. Twisted) are installed. Also activated testing.tools to be picked up by the test suite (was excluded), this gives us a few more tests. Status: - On Linux, the full suite passes like before. - On Win32, now that we have Twisted, we're seeing a few failures, because I don't have the WinHPC server stuff. These should be easy for Brian to fix. There are also two tests where the Skip nose exception isn't recognized by Twisted, should also be easy. I'll file tickets for those.
Fernando Perez
0
r2460:e8303d57
Move cleanup to main setup.py, where it belongs. Distutils now generates .egg-info stuff even without setuptools, so we should do the cleanup in the main script.
Fernando Perez
0
r2459:e687d797
Fix exception color problems in win32. In all the recent work to have the test suite play nice with doctest of full ipython sessions, I inadvertedly started sending exceptions directly to sys.stderr. On windows we MUST go via Term.cerr, which uses pyreadline to handle color escapes, while sys.stderr just shows garbage on screen. As of this revision, the test suite passes fully on win32 and linux, and interactive use also seems OK on all fronts. We're getting closer to RC status...
Fernando Perez
0
r2458:b358614d
Add writeln convenience method to Term streams.
Fernando Perez
0
r2457:7675aaf5
Remove leftover print statement.
Fernando Perez
0
r2456:3968d6e6
Fix another win32 test failure. As of this commit, the entire test suite passes on a system that only has: - Python 2.6.4 from Python.org - Pyreadline 1.5 - IPython (this branch) - nose 0.11.1 Tests that require Twisted, graphics or other machinery get skipped, but everything else runs and passes. The glaring remaining problem on win32 is that right now, colored output is broken for some reason (though prompts are OK). I'll try to fix that next.
Fernando Perez
0
r2455:85064ae5
Fix test failure when pexpect not available
Fernando Perez
0
r2454:61c23f3f
Fix test suite when Twisted not available, cleanups to iptest for clarity.
Fernando Perez
0
r2453:a42db8cd
More win32 fixes and refinements to test suite.
Fernando Perez
0
r2452:80de7d25
Add new @onlyif decorator, the reverse of @skipif. It's trivial, but it makes certain conditions much cleaner to express.
Fernando Perez
0
r2451:a7592b57
More win32 test fixes and a new test. Mostly handling escaping of filenames across platforms.
Fernando Perez
0
r2450:66073f3e
Fix argument parsing bug in win32, clean up temp files in %hist doctest.
Fernando Perez
0
r2449:b7d0b6a4
More fixes for win32 test suite.
Fernando Perez
0
r2448:98409b6a
Remove executable bit, this is a module.
Fernando Perez
0
r2447:d1dc6b2b
Various fixes for test_genutils under win32, now all tests pass.
Fernando Perez
0
r2446:d277b37c
Various fixes for IPython.core tests to pass under win32.
Fernando Perez
0
r2445:e2ecf6f9
Fix subtle bug in doctests (ipython namespace was being destroyed). Exposed by windows test suite.
Fernando Perez
0
r2444:9afb7ab5
Clean up and document better starting process of global IPython in tests.
Fernando Perez
0
r2443:11ec8531
Fix bug with aliases, exposed by windows test suite.
Fernando Perez
0
r2442:efccf8f4
Remove accidentally introduced runtime nose dependencies.
Fernando Perez
0
load next
< 1 .. 1313 1314 1315 1316 1317 .. 1438 >
showing 20 out of 28742 commits