Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devenjarvis/sundew
Making Python testing easy, enjoyable, and effective ☀️
https://github.com/devenjarvis/sundew
python sundew testing testing-framework unit-testing
Last synced: 25 days ago
JSON representation
Making Python testing easy, enjoyable, and effective ☀️
- Host: GitHub
- URL: https://github.com/devenjarvis/sundew
- Owner: devenjarvis
- License: mit
- Created: 2022-12-30T01:30:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T17:18:51.000Z (over 1 year ago)
- Last Synced: 2024-05-18T19:44:06.644Z (7 months ago)
- Topics: python, sundew, testing, testing-framework, unit-testing
- Language: Python
- Homepage: https://devenjarvis.github.io/sundew/
- Size: 1.31 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-python-testing - sundew - Sundew is a testing framework for Python, implementing a new approach to testing. One that combines functional programming concepts and the general best practices for writing tests that we already know, and enforces them in a way that enables some really powerful features that make testing easier, enjoyable, and more effective. (Testing Frameworks)
README
# sundew ☀️
A new kind of testing framework for Python.## Here Be Dragons 🐉
Not only does this project attempt a new approach to testing, it is also in _very_ early stages and thus still has alot of sharp edges. Early adopters are encouraged to try out sundew and report any issues or critical missing functionality in the form of a GitHub Issue.This project is maintained by a single part-time individual, so there is **no guarantee** on how quickly those will be addressed, however bug fixes and critical functionailty will be significantly prioritizd over expanded functionailty at this stage of the project. PRs are also welcome for those who are interested in [contributing](CONTRIBUTING.md).
If you are excited about trying something brand new and are willing to except the edges, please continue! However if you or your project is not ready to take on this amount of risk, I recommend keeping an eye on this project and waiting a bit before diving in. I'll update this section as the project matures.
## Documentation 📖
Documentation for sundew can be found [here](https://devenjarvis.github.io/sundew/)