You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After installing FunkLoad and running the following (from
<install-dir>/funkload-demo/simple
):The following error comes up:
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?The text was updated successfully, but these errors were encountered: