anfema / integrate

Python integration test framework
BSD 3-Clause "New" or "Revised" License
39 stars 7 forks source link

unexpected keyword argument 'args' #9

Open syedmhashim opened 3 years ago

syedmhashim commented 3 years ago

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