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
Received on Tue Aug 04 2015 - 14:36:29 EDT