Metadata-Version: 2.4
Name: agapsys-tests
Version: 0.0.0
Summary: Common test utilities
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest>=7.0
Requires-Dist: agapsys-utils<2.0.0,>=1.0.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# agapsys-tests

This project provides testing general purpose utiltities that individually thet do not fit in a dedicated library.

## License

This project is distributed under MIT License. Please see the [LICENSE](LICENSE) file for details on copying and distribution.

## Basic usage

  ```py
  import agapsys.tests as tests

  # That's it... use the available modules
  ```
