cdent / gabbi

Declarative HTTP Testing for Python and anything else
http://gabbi.readthedocs.org/
Other
148 stars 34 forks source link

Be more reslient with pytest fixture start #288

Closed cdent closed 3 years ago

cdent commented 3 years ago

In some cases no tests will be sent to the start method, so instead of a positional arg, use a keyword and set it to an empty list if not present.

cdent commented 3 years ago

I expect this to fail in some minor ways in travis and intend to only fix those small bits.

A more robust test modernization is required.