Metadata-Version: 2.1
Name: pytest-ebics-sandbox
Version: 0.1.2
Summary: A pytest plugin for testing against an EBICS sandbox server. Requires docker.
Home-page: https://github.com/henryk/pytest-ebics-sandbox
License: LGPL-2.1-or-later
Author: Henryk Plötz
Author-email: henryk@ploetzli.ch
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: docker (>=5.0.3,<6.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/henryk/pytest-ebics-sandbox
Description-Content-Type: text/markdown

# pytest-ebics-sandbox

Provides one fixture `ebics_sandbox` of type `EbicsSandbox`.

Will use docker to start a session-lived instance of libeufin-sandbox.

