Commit Graph

94 Commits

Author SHA1 Message Date
Brian Granger
44f17cc75f Making the doctest exclude paths os independent. 2009-04-25 09:04:56 -07:00
Brian Granger
055c6cdcde Run the top level module tests in a single process. 2009-04-24 11:04:32 -07:00
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.
2009-04-24 10:39:01 -07:00
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!
2009-04-24 10:12:50 -07:00
Brian Granger
6d4ffc9d5d Merging fixes from Fernando's branch. 2009-04-24 08:50:05 -07:00
Fernando Perez
cdac592b4e Reactivate --with-ipdoctest option by default, now that trial is isolated. 2009-04-23 15:29:27 -07:00
Fernando Perez
32edd98fbd Skip things we shouldn't be testing 2009-04-22 16:34:16 -07:00
Brian Granger
edc4683001 Merged Gael's ipython-sync-frontend branch with important mods.
This branch showed conflicts with recent changes I made to:

IPython.kernel.core.interpreter
IPython.kernel.core.tests.test_interpreter

I resolved these conflicts and closed a ticket that Gael fixed in his
branch.  BUT, there is a related ticket that I opened.  Furthermore,
Gael was using nose in test_interpreter, but we need to keep things in
IPython.kernel free of nose!
2009-04-20 15:44:50 -07:00
Gael Varoquaux
97d2d0f72e Take in account remarks by Fernando on code review 2009-04-20 23:25:20 +02:00
Fernando Perez
232559230a Merge Fernando's recent work (see log for details) 2009-04-13 23:43:39 -07:00
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.
2009-04-03 02:03:12 -07:00
Fernando Perez
828afc90ca Merging from upstream. 2009-04-01 02:41:44 -07:00
Gael Varoquaux
10ee9dc1f4 MRG: Merge with trunk 2009-03-30 18:39:06 +02:00
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.
2009-03-20 21:18:16 -07:00
Fernando Perez
e8ad3bbfd6 Merge my main trunk work. Lots of testing and documentation work.
See the individual log messages for details, this is a branch that added a
lot of tests, as well as improving the testing system quite a bit so it is
more robust and identifies many more tests.

Various API cleanups, bug fixes and improvements went in as well.
2009-03-17 13:12:45 -07:00
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.
2009-03-15 18:38:04 -07:00
Fernando Perez
55b455032b Cleanup testing machinery. 2009-03-10 22:49:08 -07:00
Fernando Perez
07b2c09938 Update decorators and test scripts. 2009-03-10 13:02:00 -07:00
Fernando Perez
366ad68411 Fixes to testing system: ipdocetst plugin wasn't being properly loaded. 2008-11-08 21:54:34 -08:00
Fernando Perez
b0ccbbadca Merge with upstream 2008-09-10 15:59:33 -07:00
gvaroquaux
5982de9b97 Merge upstream. 2008-09-08 11:33:22 -05:00
Gael Varoquaux
cd169b4e0f Merge with upstream. 2008-09-06 11:58:04 -05:00
Brian Granger
77d11ccc58 This set of changes fixes numerous bugs related to Windows and
the test suite.  At this point all tests should pass or skip
on all the major platforms.  I have also fixed the Windows
post install script, so that it creates .bat and .py files
for all the ip* scripts.
2008-09-06 00:23:26 -07:00
Gael Varoquaux
dad8493832 Merge. 2008-09-02 17:40:39 -05:00
gvaroquaux
177a90b66c Merge with upstream. 2008-09-02 17:02:55 -05:00
Fernando Perez
53c351bdb2 More updates for release of 0.9.rc1. 2008-08-28 17:01:17 -07:00
Fernando Perez
055209bad7 More updates for release of 0.9.rc1.
- Fix links for pyreadline.
- Fix setup.py to include new -wx script.
- Add pylab profile to win32 native installer.
- Fix manual win32 post install script (though this script may not work, and
I'm considering removing it...)
2008-08-28 16:59:55 -07:00
Fernando Perez
791a75ce7c Merge updates for 0.9.rc1 release. 2008-08-28 16:37:27 -07:00
Fernando Perez
41236085a0 Final updates for releasing the 0.9.rc1.
Mostly small tweaks and fixes to the release tools, improved dependency
checking for the documentation build.
2008-08-28 16:34:53 -07:00
Gael Varoquaux
328cd734cc Merge with upstream 2008-08-27 08:49:26 -07:00
Fernando Perez
4fd962d567 Update from upstream. 2008-08-24 00:32:24 -07:00
Fernando Perez
ef5c1bfdd6 Include testing plugin for installation. 2008-08-24 00:03:52 -07:00
Fernando Perez
0567523270 Include testing plugin for installation. 2008-08-24 00:01:59 -07:00
Fernando Perez
96400ae788 Add forgotten file. 2008-08-23 23:38:47 -07:00
Fernando Perez
cc13fca3c2 Add module I forgot 2008-08-23 23:37:40 -07:00
Brian Granger
099de008a4 Skipping a few tests that fail on Windows. 2008-08-23 23:34:39 -07:00
Fernando Perez
92a0ca07e1 Various fixes to testing system and decorators. 2008-08-23 23:31:07 -07:00
Fernando Perez
15ae52f8e6 Fix decorator bug and update build scripts to use setuptools for iptest. 2008-08-23 23:29:56 -07:00
Fernando Perez
044c2de074 Checkpoint before merging with upstream 2008-08-23 23:10:55 -07:00
Brian Granger
3a43439a33 Skipping a few tests related to the wx frontend that fail on Windows. 2008-08-23 22:29:14 -07:00
Brian Granger
93179e9fbe Added tests for the new get_ipython_dir and get_security_dir
functions in genutils.py.  Also added one for get_home_dir.
2008-08-17 15:43:19 -07:00
Brian Granger
a78a37dfa8 Upstream changes. 2008-09-03 13:48:02 -07:00
Brian Granger
e8b8662c91 Upstream changes. 2008-08-24 00:05:37 -07:00
Brian Granger
56a5d4ab91 Upstream changes. 2008-08-23 23:45:22 -07:00
Brian Granger
ce85431b54 Updstream changes. 2008-08-23 23:35:54 -07:00
gvaroquaux
c955929697 Merge with upstream. 2008-08-15 17:04:27 -05:00
Fernando Perez
162df0fc47 Fixes to build/setup machinery.
Lots of changes to setup.py and doc building machinery to ensure we
get all the docs correctly built and installed at the end.
2008-08-15 03:21:15 -07:00
Fernando Perez
5020bb4d11 Fixes to build system. 2008-08-14 19:33:53 -07:00
Fernando Perez
2fc298ac07 Merge with upstream 2008-08-14 01:15:44 -07:00
gvaroquaux
b327410785 Add ipythonx to scripts. 2008-08-12 18:59:57 -05:00