scanapi / scanapi

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
a year ago3 years old
 24
 25    @mark.skip("should call session_with_retry with retry and verify")
 26    def test_call_session_with_retry(self):
 27        # TODO 28        pass
 29
 30    @mark.it("should call the request method")