Commit Graph

10 Commits

Author SHA1 Message Date
Vlad Niculae 6a1f2b211f FIX: wrong cover-package, misleading coverage as 100% 2012-05-07 16:33:04 +03:00
Fabian Pedregosa 1881139298 Do not execute test coverage by default.
Also add a test-coverage target in Makefile.
2010-10-14 16:32:23 +02:00
Fabian Pedregosa bc0cfb0208 Update setup.py.
And set verbose=1 for nose tests.
2010-08-23 16:19:39 +02:00
Gael varoquaux 668094e12e TEST: Re-enable external tests.
We do not wanted untested code shipped with the scikit.
2010-08-18 21:30:05 +02:00
Fabian Pedregosa 2c8188f25e run all tests suite through nose. 2010-08-18 21:27:12 +02:00
Matthieu Brucher 505738de39 Fixed a typo 2010-08-19 03:26:48 +08:00
Olivier Grisel c36e0f7461 exclude scikits.learn.external package from top level nosetests env 2010-07-31 14:52:32 +02:00
Gael varoquaux af5d0ab792 Add a setup.cfg to specify default nosetests behavior. 2010-07-27 11:09:34 +02:00
Fabian Pedregosa 2a1b83d186 Building the modules inplace broke installation of binary modules.
Fix this by removing the setup.cfg file.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@394 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-01 09:53:44 +00:00
Fabian Pedregosa 8a2de050a7 Build extensions inplace.
This way developpers can run the test suite in place without having to
install.

From: Fabian Pedregosa <fabian@fseoane.net>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@330 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-06 14:04:41 +00:00