Recent Releases of green
green - 4.0.2
This releases fixes 2 regressions introduced in v4.
What's Changed
- Fix test_time being always 0.0 by @eltoder in https://github.com/CleanCut/green/pull/292
- Fix zero coverage in CI by @eltoder in https://github.com/CleanCut/green/pull/293
New Contributors
- @eltoder made their first contribution in https://github.com/CleanCut/green/pull/292
Full Changelog: https://github.com/CleanCut/green/compare/4.0.1...4.0.2
- Python
Published by sodul almost 2 years ago
green - 4.0.1
What's Changed
- Improve support for local testing. by @sodul in https://github.com/CleanCut/green/pull/281
- Cleanup dead code and fix some imports. by @sodul in https://github.com/CleanCut/green/pull/283
- Python 3.12.1 start time by @sodul in https://github.com/CleanCut/green/pull/284
- Add more typing to the codebase and various fixes. by @sodul in https://github.com/CleanCut/green/pull/285
- Add more typing to the codebase and minor fixes. by @sodul in https://github.com/CleanCut/green/pull/286
- Add more typing to the codebase. by @sodul in https://github.com/CleanCut/green/pull/287
- Py3.12.2 by @sodul in https://github.com/CleanCut/green/pull/288
- Add pypi-publish action. by @sodul in https://github.com/CleanCut/green/pull/290
- Set environment name for the releases by @sodul in https://github.com/CleanCut/green/pull/291
Full Changelog: https://github.com/CleanCut/green/compare/4.0.0...4.0.1
- Python
Published by sodul about 2 years ago
green - 4.0.0
Minimum python version is now 3.8.
What's Changed
- Fix for Python 3.12 by @CleanCut in https://github.com/CleanCut/green/pull/274
- Address 'addDuration' warnings in python 3.12. by @sodul in https://github.com/CleanCut/green/pull/275
- Release/4.0.0 by @IanFoertsch-clumio in https://github.com/CleanCut/green/pull/280
New Contributors
- @IanFoertsch-clumio made their first contribution in https://github.com/CleanCut/green/pull/280
Full Changelog: https://github.com/CleanCut/green/compare/3.5.0...4.0.0
- Python
Published by sodul about 2 years ago
green - 3.5.0
This is the final release to support Python 3.6 and 3.7.
What's Changed
- Drop code that explicitly supported python 2. by @sodul in https://github.com/CleanCut/green/pull/269
- Add pyproject.toml and move setup.py logic to setup.cfg. by @sodul in https://github.com/CleanCut/green/pull/268
- Add mypy to the linting step. by @sodul in https://github.com/CleanCut/green/pull/271
Full Changelog: https://github.com/CleanCut/green/compare/3.4.3...3.5.0-rc
- Python
Published by sodul about 2 years ago
green - 3.4.3
Released on Sep 20, 2022
What's Changed
- Fix UserWarning in setup.cfg by @coreone in https://github.com/CleanCut/green/pull/260
- docs: Fix a few typos by @timgates42 in https://github.com/CleanCut/green/pull/261
New Contributors
- @coreone made their first contribution in https://github.com/CleanCut/green/pull/260
Full Changelog: https://github.com/CleanCut/green/compare/3.4.2...3.4.3
- Python
Published by sodul about 2 years ago
green - 3.2.4
Released on Nov 1, 2020
What's Changed
- #235 junit_report does not work in setup.cfg by @jwaschkau in https://github.com/CleanCut/green/pull/236
- First attempt at fixing Windows CI on GitHub Actions by @CleanCut in https://github.com/CleanCut/green/pull/237
New Contributors
- @jwaschkau made their first contribution in https://github.com/CleanCut/green/pull/236
Full Changelog: https://github.com/CleanCut/green/compare/3.2.3...3.2.4
- Python
Published by sodul about 2 years ago
green - 3.2.3
Released on Oct 11, 2020
What's Changed
- Run all tests in the dedicated temp dir by @lcerman in https://github.com/CleanCut/green/pull/232
- Fix "1A" appearing at the start of result lines in CI by @CleanCut in https://github.com/CleanCut/green/pull/234
New Contributors
- @lcerman made their first contribution in https://github.com/CleanCut/green/pull/232
Full Changelog: https://github.com/CleanCut/green/compare/3.2.2...3.2.3
- Python
Published by sodul about 2 years ago
green - 3.1.0
Released on Jan 3, 2020
What's Changed
- Prevent green from hanging on internal failure during error reporting. by @charles-l in https://github.com/CleanCut/green/pull/214
New Contributors
- @charles-l made their first contribution in https://github.com/CleanCut/green/pull/214
Full Changelog: https://github.com/CleanCut/green/compare/3.0.0...3.1.0
- Python
Published by sodul about 2 years ago
green - 3.0.0
Released on Aug 27, 2019
What's Changed
- Don't explode on a permissionserror by @jrabbit in https://github.com/CleanCut/green/pull/205
- Fixed handling of green 'verbose' Django args by @mammadori in https://github.com/CleanCut/green/pull/209
New Contributors
- @jrabbit made their first contribution in https://github.com/CleanCut/green/pull/205
- @mammadori made their first contribution in https://github.com/CleanCut/green/pull/209
Full Changelog: https://github.com/CleanCut/green/compare/2.16.0...3.0.0
- Python
Published by sodul about 2 years ago
green - 2.15.0
What's Changed
- Generate JUnit/XML test report by @fchauvel in https://github.com/CleanCut/green/pull/204
New Contributors
- @fchauvel made their first contribution in https://github.com/CleanCut/green/pull/204
Full Changelog: https://github.com/CleanCut/green/compare/2.14.0...2.15.0
- Python
Published by sodul about 2 years ago
green - 2.14.0
What's Changed
- Fix typos in README.md by @MatsLanGoH in https://github.com/CleanCut/green/pull/195
- Fix a typo in cli-options.txt by @reputet in https://github.com/CleanCut/green/pull/196
- Output number of processes used in test summary by @Ogaday in https://github.com/CleanCut/green/pull/198
- Replace termstyle with colorama by @Ogaday in https://github.com/CleanCut/green/pull/199
New Contributors
- @MatsLanGoH made their first contribution in https://github.com/CleanCut/green/pull/195
- @reputet made their first contribution in https://github.com/CleanCut/green/pull/196
- @Ogaday made their first contribution in https://github.com/CleanCut/green/pull/198
Full Changelog: https://github.com/CleanCut/green/compare/2.13.0...2.14.0
- Python
Published by sodul about 2 years ago
green - 2.13.0
What's Changed
- Use termstyle instead of python-termstyle by @dotlambda in https://github.com/CleanCut/green/pull/182
- Fix
python setup.py --help-commandsnot working by @althonos in https://github.com/CleanCut/green/pull/184 - Copy config files documentation to README by @dizballanze in https://github.com/CleanCut/green/pull/179
- setup.py's
test_suiteoption must be a string by @MinchinWeb in https://github.com/CleanCut/green/pull/181 - djangorunner: Correct the config declaration. by @ybakos in https://github.com/CleanCut/green/pull/188
- Fix typo by @attomos in https://github.com/CleanCut/green/pull/192
New Contributors
- @dotlambda made their first contribution in https://github.com/CleanCut/green/pull/182
- @dizballanze made their first contribution in https://github.com/CleanCut/green/pull/179
- @ybakos made their first contribution in https://github.com/CleanCut/green/pull/188
- @attomos made their first contribution in https://github.com/CleanCut/green/pull/192
Full Changelog: https://github.com/CleanCut/green/compare/2.12.0...2.13.0
- Python
Published by sodul about 2 years ago
green - 2.12.0
What's Changed
- Add subtest support (https://github.com/CleanCut/green/issues/111) by @VladV in https://github.com/CleanCut/green/pull/167
- Unconditionally cleanup temp folder in poolRunner by @althonos in https://github.com/CleanCut/green/pull/173
New Contributors
- @VladV made their first contribution in https://github.com/CleanCut/green/pull/167
Full Changelog: https://github.com/CleanCut/green/compare/2.10.0...2.12.0
- Python
Published by sodul about 2 years ago
green - 2.11.0
What's Changed
- Add subtest support (https://github.com/CleanCut/green/issues/111) by @VladV in https://github.com/CleanCut/green/pull/167
New Contributors
- @VladV made their first contribution in https://github.com/CleanCut/green/pull/167
Full Changelog: https://github.com/CleanCut/green/compare/2.10.0...2.11.0
- Python
Published by sodul about 2 years ago
green - 2.10.0
What's Changed
- Fixed version numbers in CHANGELOG.md by @dougthor42 in https://github.com/CleanCut/green/pull/162
- Implement setup.py runner by @althonos in https://github.com/CleanCut/green/pull/165
Full Changelog: https://github.com/CleanCut/green/compare/2.9.0...2.10.0
- Python
Published by sodul about 2 years ago
green - 2.9.0
What's Changed
- Add support for configuration inside 'setup.cfg' by @althonos in https://github.com/CleanCut/green/pull/161
- Implement GreenTestLoader and load_test protocol by @althonos in https://github.com/CleanCut/green/pull/160
Full Changelog: https://github.com/CleanCut/green/compare/2.8.0...2.9.0
- Python
Published by sodul about 2 years ago
green - 2.8.0
What's Changed
- Expand testing under Appveyor by @MinchinWeb in https://github.com/CleanCut/green/pull/142
- Improve README grammar by @dtan3847 in https://github.com/CleanCut/green/pull/156
New Contributors
- @dtan3847 made their first contribution in https://github.com/CleanCut/green/pull/156
Full Changelog: https://github.com/CleanCut/green/compare/2.7.0...2.8.0
- Python
Published by sodul about 2 years ago
green - 2.7.0
What's Changed
- [FEATURE] Added --green-verbosity flag for Django test runner by @anomitra in https://github.com/CleanCut/green/pull/153
New Contributors
- @anomitra made their first contribution in https://github.com/CleanCut/green/pull/153
Full Changelog: https://github.com/CleanCut/green/compare/2.6.0...2.7.0
- Python
Published by sodul about 2 years ago
green - 2.6.0
What's Changed
- Fix AttributeError when running non-test by @skeggse in https://github.com/CleanCut/green/pull/125
- Remove duplicate attempt to put test in queue by @skeggse in https://github.com/CleanCut/green/pull/126
- Fix printing inside tests on Python 2 / Windows by @gurnec in https://github.com/CleanCut/green/pull/138
- Travis Matrix by @MinchinWeb in https://github.com/CleanCut/green/pull/140
- Various PEP8 (code style) fixes by @MinchinWeb in https://github.com/CleanCut/green/pull/141
- Use built in function to get terminal size by @MinchinWeb in https://github.com/CleanCut/green/pull/139
- Add -R flag to run coverage without showing coverage report by @althonos in https://github.com/CleanCut/green/pull/149
New Contributors
- @skeggse made their first contribution in https://github.com/CleanCut/green/pull/125
- @gurnec made their first contribution in https://github.com/CleanCut/green/pull/138
Full Changelog: https://github.com/CleanCut/green/compare/2.5.0...2.6.0
- Python
Published by sodul about 2 years ago
green - 2.5.0
What's Changed
- Un-unicode output for Windows CMD by @MinchinWeb in https://github.com/CleanCut/green/pull/120
- "No tests found" now results in a failure. by @dougthor42 in https://github.com/CleanCut/green/pull/124
Full Changelog: https://github.com/CleanCut/green/compare/2.4.0...2.5.0
- Python
Published by sodul about 2 years ago