pytest plugin to display test execution output like a SPECIFICATION
Project description
pytest-spec
pytest plugin to display test execution output like a SPECIFICATION.
Available features
Format output to look like specification.
Group tests by classes and files
Failed, passed and skipped are marked and colored.
Remove test_ and underscores for every test.
Output example
py.test --spec
test/test_results/test_as_class.py::TestResults
[SKIP] Some method return none
[FAIL] Some method returns false
[PASS] Some method returns true
test/test_results/test_as_functions.py
[PASS] Some method returns true
[FAIL] Some method returns false
[SKIP] Some method return none
Continuous Integration
Download
Latest version of plugin is available in drone.io project artifacts.
Install
pip install pytest-spec
Contribution
Please feel free to present your idea by code example (pull request) or reported issues.
Future plans
Tests with other pytest plugins to check possible side-effects.
Work to make output even better.
License
pytest-spec - pytest plugin to display test execution output like a SPECIFICATION.
Copyright (C) 2014-2016 Pawel Chomicki
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest-spec-1.0.1.tar.gz.
File metadata
- Download URL: pytest-spec-1.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f34fccc0fc03b4d22e51f387a4300d749732dc85e9cd90baad1318005514f94c
|
|
| MD5 |
08ceedf33c22caef6d70761bc03f9166
|
|
| BLAKE2b-256 |
68c9012e23df67fcfa54310fe6a1e3c7c50420a033db75661e560edc82b0bbf5
|