integrate icon indicating copy to clipboard operation
integrate copied to clipboard

unexpected keyword argument 'args'

Open syedmhashim opened this issue 5 years ago • 0 comments

I'm trying to run the exact same code as in the README.md. On executing the testrunner.py it is giving this error:

  File "/home/in01-nbk-427/.virtualenvs/airship/lib/python3.6/site-packages/integrate/discover.py", line 88, in run
    ).run(args)
  File "/home/in01-nbk-427/.virtualenvs/airship/lib/python3.6/site-packages/integrate/test.py", line 126, in run
    self.setup_all(args=args)
TypeError: setup_all() got an unexpected keyword argument 'args'

I'm using integrate==1.3.0

syedmhashim avatar Nov 27 '20 09:11 syedmhashim