Metadata-Version: 2.1
Name: SpiNNakerTestBase
Version: 1!7.3.0
Summary: Tools for testing SpiNNaker platform
Home-page: https://github.com/SpiNNakerManchester/Testbase
Maintainer: SpiNNakerTeam
Maintainer-email: spinnakerusers@googlegroups.com
License: Apache-2.0
Keywords: spinnaker,test support
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_POLICY.md
Requires-Dist: SpiNNFrontEndCommon==1!7.3.0
Requires-Dist: matplotlib
Provides-Extra: test
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: testfixtures; extra == "test"
Requires-Dist: httpretty!=1.0.0; extra == "test"


This Repository hold classes and script used for unit and integration tests

There is need to use this repository unless you want to run some or all tests locally

Documentation
-------------
[TestBase documentation](https://spinnakertestbase.readthedocs.io/en/7.3.0)

[Combined python documentation (Excluding TestBase)](http://spinnakermanchester.readthedocs.io/en/7.3.0)

