https://github.com/icemac/toll
poor man's integration testing
https://github.com/icemac/toll
lightweight locally offline testing
Last synced: about 1 year ago
JSON representation
poor man's integration testing
- Host: GitHub
- URL: https://github.com/icemac/toll
- Owner: icemac
- License: bsd-2-clause
- Created: 2017-04-12T15:38:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T06:35:19.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T23:31:12.047Z (over 1 year ago)
- Topics: lightweight, locally, offline, testing
- Language: Python
- Homepage: http://toll.readthedocs.io
- Size: 79.1 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=====================================
toll — poor man's integration testing
=====================================
.. image:: https://img.shields.io/pypi/v/toll.svg
:target: https://pypi.org/project/toll/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/toll.svg
:target: https://pypi.org/project/toll/
:alt: Supported Python versions
.. image:: https://travis-ci.org/icemac/toll.svg?branch=master
:target: https://travis-ci.org/icemac/toll
.. image:: https://readthedocs.org/projects/toll/badge/?version=latest
:target: https://toll.readthedocs.io/en/latest/
:alt: Documentation Status
toll = **t**\ est **o**\ ffline **l**\ ocally **l**\ ightweight
Run the tests of multiple configured packages:
* right one package after another
* stopping with the first package which has a failing test
This package is compatible with Python 2.7, 3.5, 3.6, 3.7, 3.8, PyPy2 and PyPy3.
Documentation see: http://toll.readthedocs.io
This package is licensed under the MIT License, see LICENSE.txt inside the
package.