betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
567 stars 62 forks source link

GitHub Action to run tox #199

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Because Travis CI is on vacation.

Test results: https://github.com/cclauss/betamax/actions

 >           assert r0.content == r1.content
E           assert b'{\n  "args"...org/get"\n}\n' == b'{\n  "args"...org/get"\n}\n'
E             At index 208 diff: b'3' != b'2'
E             Use -v to get more diff

tests/integration/test_record_modes.py:43: AssertionError

https://github.com/betamaxpy/betamax/blob/master/tests/integration/test_record_modes.py#L43