Metadata-Version: 2.4
Name: edc-test-utils
Version: 2.0.0
Summary: Class and functions for tests for clinicedc/edc projects
Keywords: Edc,clinical,clinicedc,django,tests,trials
Author: Erik van Widenfelt
Author-email: Erik van Widenfelt <ew2789@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: django-webtest>=1.9.13
Requires-Dist: faker>=37.5.3
Requires-Dist: model-bakery>=1.20.5
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: requests>=2.32.4
Requires-Python: >=3.12, <3.14
Project-URL: Changelog, https://github.com/clinicedc/edc-test-utils/blob/main/CHANGES
Project-URL: Documentation, https://github.com/clinicedc/edc-test-utils/docs
Project-URL: Homepage, https://github.com/clinicedc/edc-test-utils
Project-URL: Repository, https://github.com/clinicedc/edc-test-utils.git
Description-Content-Type: text/x-rst

|pypi| |actions| |codecov| |downloads| |clinicedc|

edc_test_utils
==============

Classes and functions for tests for clinicedc/edc projects

You will need to install ``clinicedc`` in your environment if you are testing a module outside of ``clinicedc``. See `clinicedc <https://github.com/clinicedc/clinicedc/>`_.


.. |pypi| image:: https://img.shields.io/pypi/v/edc-test-utils.svg
    :target: https://pypi.python.org/pypi/edc-test-utils

.. |actions| image:: https://github.com/clinicedc/edc-test-utils/actions/workflows/build.yml/badge.svg
  :target: https://github.com/clinicedc/edc-test-utils/actions/workflows/build.yml

.. |codecov| image:: https://codecov.io/gh/clinicedc/edc-test-utils/branch/develop/graph/badge.svg
  :target: https://codecov.io/gh/clinicedc/edc-test-utils

.. |downloads| image:: https://pepy.tech/badge/edc-test-utils
   :target: https://pepy.tech/project/edc-test-utils

.. |clinicedc| image:: https://img.shields.io/badge/framework-Clinic_EDC-green
   :alt:Made with clinicedc
   :target: https://github.com/clinicedc
