betamaxpy / betamax

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

fix: update tox workflow to use src/betamax path #206

Closed jhatler closed 9 months ago

jhatler commented 9 months ago

The betamax directory was moved into the src directory but the tox workflow was not updated to reflect this change. This commit updates the tox workflow to use the new path.

Refs: #203, cf6aefe Signed-off-by: Jaremy Hatler hatler.jaremy@gmail.com

jhatler commented 9 months ago

This was tested as part of https://github.com/jhatler/betamax/pull/4.