green
green copied to clipboard
Green is a clean, colorful, fast python test runner.
Results
12
green issues
Sort by
recently updated
recently updated
newest added
When running the test with an up-to-date `setuptools`(in my case 72.1.0), the test `test_command` fails with: `AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?` It seems, `tests_require`...
In relation to #300, this pulls request adds the feature. The current implementation makes use of tomlkit to support 3.8 compatibility. If the project moves to only support 3.11 and...