Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running sample test ("unexpected keyword argument") #129

Open
mburrows02 opened this issue May 13, 2014 · 1 comment
Open

Error running sample test ("unexpected keyword argument") #129

mburrows02 opened this issue May 13, 2014 · 1 comment

Comments

@mburrows02
Copy link

After installing FunkLoad and running the following (from <install-dir>/funkload-demo/simple):

fl-run-test -dv test_Simple.py

The following error comes up:

 Traceback (most recent call last):
  File "/usr/bin/fl-run-test", line 9, in <module>
   load_entry_point('funkload==1.17.0b-20140310', 'console_scripts', 'fl-run-test')()
  File "build/bdist.linux-x86_64/egg/funkload/TestRunner.py", line 467, in main
  File "build/bdist.linux-x86_64/egg/funkload/TestRunner.py", line 305, in __init__
  File "build/bdist.linux-x86_64/egg/funkload/TestRunner.py", line 436, in runTests
TypeError: __init__() got an unexpected keyword argument 'resultclass'

The test runs fine if I run it with python test_Simple.py. Any idea what could be causing this or whether it's an environment problem or a bug?

@strocknar
Copy link

Which version of Python are you using? I think 'resultclass' isn't recognized until 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants