Metadata-Version: 2.4
Name: fasttests
Version: 0.1.4
Summary: library for generating automated test templates
Author-email: Alexander Tomonov <tomonow.a@yandex.ru>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Fasttests

Sometimes creating an automated test structure and thinking through architectural decisions takes more time than writing the test itself. If you, like me, have encountered this thought, then this library is for you.

Currently, the library provides templates for creating automated test architecture, which allows you to focus on the logic of the test itself.
