Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort Python import definitions with isort | Jelmer Vernooij | 2023-01-31 | 1 | -0/+1 |
| | |||||
* | Avoid use of extras - python3's hasattr is safe | Jelmer Vernooij | 2023-01-28 | 1 | -1/+0 |
| | |||||
* | Bump minimum python to 3.7, add 3.11. | Jelmer Vernooij | 2023-01-28 | 1 | -2/+2 |
| | |||||
* | Merge branch 'fix-filter-entrypoints' of https://github.com/mtreinish/subunit | Jelmer Vernooij | 2022-11-05 | 1 | -17/+20 |
|\ | |||||
| * | Update setup.py | Matthew Treinish | 2021-06-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into fix-filter-entrypoints | Matthew Treinish | 2021-06-15 | 1 | -1/+0 |
| |\ | |||||
| * \ | Merge branch 'master' into fix-filter-entrypoints | Matthew Treinish | 2021-06-10 | 1 | -0/+3 |
| |\ \ | |||||
| * | | | Remove duplicate packages keyword in setup.py | Matthew Treinish | 2020-03-14 | 1 | -1/+0 |
| | | | | | | | | | | | | When rebasing this PR branch a duplicate keyword was accidentally added to the setup.py. This commit corrects that oversight. | ||||
| * | | | Merge branch 'master' into fix-filter-entrypoints | Matthew Treinish | 2020-03-14 | 1 | -1/+14 |
| |\ \ \ | |||||
| * | | | | Add filter_scripts to package | Matthew Treinish | 2019-12-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix typo in extras_require | Matthew Treinish | 2019-12-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix setup.py | Matthew Treinish | 2019-12-15 | 1 | -15/+13 |
| | | | | | |||||
| * | | | | Switch to setuptools entrypoint console scripts for filters | Matthew Treinish | 2019-12-15 | 1 | -41/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit switches from using scripts to setuptools entrypoint console scripts for the filter scripts. This should fix the issues for windows users trying to execute the scripts. To accomplish this the filter scripts are moved into the subunit package namespace and a callable to run the script is added to each module. Closes-Bug: #1322888 | ||||
* | | | | | Add testing for Python 3.10 | Stephen Finucane | 2021-12-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stephen Finucane <stephenfin@redhat.com> | ||||
* | | | | | Drop support for Python 2.7, 3.5 | Stephen Finucane | 2021-12-15 | 1 | -33/+24 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both of these are EOL now. There's no reason to continue supporting them. Python 3.6 is close to EOL but we can give it another release before we formally drop that. We also drop support for installing without setuptools, since this is expected to be effectively always present nowadays. We include a pyproject.toml file just in case that ever changes though. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> | ||||
* | | | | Revert "Merge pull request #17 from mtreinish/timestamp-output" | Matthew Treinish | 2021-06-15 | 1 | -1/+0 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1dafb884e47f5fc26232672b01c2a9574577e7be, reversing changes made to 7583ce28db20a0b2ad229a69175949e5a30586fe. This PR had completely broken tests, while I think the feature works it's blocking CI and preventing any merges. I'll rework the PR and resubmit after I get the unittests working. | ||||
* | | | Merge pull request #17 from mtreinish/timestamp-output | Jelmer Vernooij | 2021-03-09 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add options to output filter to set timestamps | ||||
| * | | | Add options to output filter to set timestamps | Matthew Treinish | 2020-03-14 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | | | | | | | This commit adds 2 new options to subunit-output, --start-time and --stop-time, to specify a timestamp for the start and end of a test in the output. | ||||
* | | | add current pythons | Thomas Grainger | 2021-03-04 | 1 | -0/+1 |
| | | | |||||
* | | | drop Python 3.4 support | Thomas Grainger | 2021-03-04 | 1 | -0/+1 |
|/ / | | | | | | | we cannot test with in on Travis anymore | ||||
* | | Add license to setup.py | Sergiu | 2020-02-11 | 1 | -0/+1 |
| | | |||||
* | | Update setup.py | Matthew Treinish | 2019-12-13 | 1 | -1/+0 |
| | | |||||
* | | Add support for new python versions and update pkg metadata | Matthew Treinish | 2019-12-09 | 1 | -0/+11 |
|/ | | | | | | | | This commit updates the supported python versions for subunit to include support for newer versions of the language 3.7 and 3.8 which have been released since the last python-subunit release. At the same time it takes the opportunity to update the package metadata to add more details including the new python versions. | ||||
* | Actually ship subunit2disk. | Robert Collins | 2015-11-05 | 1 | -0/+1 |
| | |||||
* | Skip hypothesis tests on 3.2 | Robert Collins | 2015-10-20 | 1 | -1/+2 |
| | | | | (It's not 3.2 compatible at the moment). | ||||
* | Handle very short packets | Robert Collins | 2015-08-04 | 1 | -1/+3 |
| | | | | Yay quickcheck. | ||||
* | Add subunit2disk which exports a stream to the fs. | Robert Collins | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Add .travis.yml | Robert Collins | 2015-07-13 | 1 | -0/+4 |
| | |||||
* | Rename README to README.rst for github rendering | Robert Collins | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | 0.0.210.0.21 | Robert Collins | 2014-08-27 | 1 | -1/+1 |
| | | | | | | | | | | ------ BUGFIXES ~~~~~~~~ * Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv. (Robert Collins, #1361924) | ||||
* | Release 0.0.200.0.20 | Robert Collins | 2014-08-27 | 1 | -1/+3 |
| | | | | | | | Also * The python-subunit tarball can now have setup run from the current directory. (Robert Collins, #1361857) | ||||
* | * subunit2csv is now installed when using pip. | Robert Collins | 2014-08-24 | 1 | -0/+1 |
| | | | | (Robert Collins, #1279669) | ||||
* | * testscenarios is now a test dependency, not an install dependency. | Robert Collins | 2014-08-24 | 1 | -2/+4 |
| | | | | (Arfrever Frehtes Taifersar Arahesis, #1292757) | ||||
* | Fixes for release process.0.0.19 | Robert Collins | 2014-08-24 | 1 | -0/+2 |
| | |||||
* | Merged trunk, fixed conflict. | Thomi Richards | 2013-12-02 | 1 | -1/+1 |
|\ | |||||
| * | Exit non-zero when listing includes import failures. | Robert Collins | 2013-11-30 | 1 | -1/+1 |
| | | |||||
* | | Fix setup.py deps. | Thomi Richards | 2013-11-25 | 1 | -1/+0 |
| | | |||||
* | | Lots of fixes from code review. | Thomi Richards | 2013-11-25 | 1 | -1/+2 |
| | | |||||
* | | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 1 | -0/+1 |
| | | |||||
* | | Added new script file, modified setup.py to install it, and added an empty ↵ | Thomi Richards | 2013-11-18 | 1 | -3/+4 |
|/ | | | | implementation function. | ||||
* | Release 0.0.11, depending on the new testtools StreamResult API.0.0.11 | Robert Collins | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | Port existing filters to v2. | Robert Collins | 2013-03-03 | 1 | -0/+1 |
| | |||||
* | Add basic 1to2 and 2to1 filters. | Robert Collins | 2013-02-25 | 1 | -0/+2 |
| | |||||
* | Also include tests in PyPI tarball, for folk that want to run them to ↵ | Robert Collins | 2012-12-17 | 1 | -1/+1 |
| | | | | validate behaviour when installed. | ||||
* | * The ``failfast`` option to ``subunit.run`` will now work. The dependency on | Robert Collins | 2012-12-17 | 1 | -1/+2 |
| | | | | | testtools has been raised to 0.9.23 to permit this. (Robert Collins, #1090582) | ||||
* | Make version guessing more reliable (mgz) | Jonathan Lange | 2011-12-08 | 1 | -11/+14 |
|\ | |||||
| * | Make version detection in setup.py slightly more robust | Martin | 2011-08-07 | 1 | -11/+14 |
| | | |||||
* | | Release 0.0.7.0.0.7 | Robert Collins | 2011-06-12 | 1 | -1/+1 |
|/ | |||||
* | Document the fact that subunit needs testtools 0.9.6 or later. | Jonathan Lange | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | Merge the setup.py Tres supplied. | Robert Collins | 2010-06-24 | 1 | -1/+2 |
| |