[StarCluster] nosetests
Christopher Clearfield
chris.clearfield at system-logic.com
Tue Aug 4 14:36:08 EDT 2015
Hi,
Looking to contribute a couple of PRs (assuming I have the time to finish
them off).
I noticed that nosetests from a clean master and clean develop branch has
errors. Is this expected?
(dev)~/Documents/repos/scientific/StarCluster on develop*
$ nosetests
...
======================================================================
ERROR: starcluster.tests.test_live.test_passwordless_ssh
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/clearf/Documents/repos/trading_analysis/dev/lib/python2.7/site-packages/nose/case.py",
line 197, in runTest
self.test(*self.arg)
TypeError: test_passwordless_ssh() takes exactly 1 argument (0 given)
======================================================================
ERROR: starcluster.tests.test_live.test_sge
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/clearf/Documents/repos/trading_analysis/dev/lib/python2.7/site-packages/nose/case.py",
line 197, in runTest
self.test(*self.arg)
TypeError: test_sge() takes exactly 2 arguments (0 given)
----------------------------------------------------------------------
Ran 57 tests in 10.708s
FAILED (errors=7)
And, on master:
(dev)~/Documents/repos/scientific/StarCluster on master
$ nosetests
======================================================================
ERROR: starcluster.tests.test_live.test_passwordless_ssh
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/clearf/Documents/repos/trading_analysis/dev/lib/python2.7/site-packages/nose/case.py",
line 197, in runTest
self.test(*self.arg)
TypeError: test_passwordless_ssh() takes exactly 1 argument (0 given)
======================================================================
ERROR: starcluster.tests.test_live.test_sge
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Users/clearf/Documents/repos/trading_analysis/dev/lib/python2.7/site-packages/nose/case.py",
line 197, in runTest
self.test(*self.arg)
TypeError: test_sge() takes exactly 2 arguments (0 given)
----------------------------------------------------------------------
Ran 57 tests in 10.730s
FAILED (errors=7)
Seems to be the same set of errors. Thoughts?
Thanks,
Chris
--
Chris Clearfield
Principal, System Logic <http://www.system-logic.com/>
(646) 543-4250
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20150804/8bbd16aa/attachment.htm
More information about the StarCluster
mailing list