_delta_to_float() take exactly 3 arguments

Asked by pratik shah

I'm at my wits end.

I recently started doing automation work and back to good ole' SST. Only different today is I use a Mac and not Ubuntu.

I receive this error when I attempt to run a test. It looks like it has to do with changing time float value. Can someone please help so I can get moving? I hope to contribute now that I'm back in the game!

  File "/Users/pratikshah/.virtualenvs/automation/lib/python2.7/site-packages/sst/results.py", line 40, in stopTest
    % self._delta_to_float(elapsed_time))
TypeError: _delta_to_float() takes exactly 3 arguments (2 given)

Question information

Language:
English Edit question
Status:
Expired
For:
selenium-simple-test Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Vincent Ladeuil (vila) said :
#2

See https://bugs.launchpad.net/selenium-simple-test/+bug/1451964 , in a nutshell, testools recent versions broke backwards compatibility.

You can subscribe to this bug and report which testtools version you're using.