Metadata-Version: 2.4
Name: reahl-tofu
Version: 7.0.4
Summary: A testing framework that couples fixtures and tests loosely.
Author-email: Iwan Vosloo <iwan@reahl.org>, Craig Sparks <craig@reahl.org>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: reahl-component<7.1,>=7.0
Requires-Dist: wrapt<1.16.999,>=1.11.0
Provides-Extra: test
Requires-Dist: pytest>=3.0; extra == "test"
Dynamic: license-file

 Reahl is a web application framework that allows a Python programmer to work in 
 terms of useful abstractions - using a single programming language.

 Tofu is part of the Reahl development tools.
 Tofu can be used independently of the Reahl web framework.

 Tofu allows you to have
 a hierarchy of test fixtures that is *completely* decoupled from your
 hierarchy of tests or test suites. Tofu includes a number of other
 related test utilities. It also includes a plugin for nosetests
 that makes using it with nose seamless.

 Tofu can also be used to run the set_ups of fixtures from the command 
 line.  This is useful for acceptance tests whose fixtures create data
 in databases that can be used for demonstration and user testing.
