django-celery-beat
nose2
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
django-celery-beat | nose2 | |
---|---|---|
7 | 2 | |
1,448 | 763 | |
1.0% | 0.5% | |
0.0 | 6.8 | |
23 days ago | 4 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-celery-beat
-
Dynamically update periodic tasks in Celery and Django
I was looking for a nice way to manipulate periodic tasks in Celery. I found an amazing django-celery-beat package that provides PeriodicTask database objects. With PeriodicTask objects, you can dynamically add/remove/update periodic tasks in Celery. I want to share my approach. I've created an example GitHub repository and wrote step-by-step article.
nose2
-
Top 7 Python Frameworks for Automation Testing
Nose2 on GitHub — https://github.com/nose-devs/nose2
What are some alternatives?
pytest - The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
nose - nose is nicer testing for python
django-celery-docker-example - Example Docker setup for a Django app behind an Nginx proxy with Celery workers
aiounittest - Test python asyncio-based code with ease.
Robot Framework - Generic automation framework for acceptance testing and RPA
Behave - BDD, Python style.
hypothesis - Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
Slash - The Slash testing infrastructure
celery-progress - Drop in, configurable, dependency-free progress bars for your Django/Celery applications.
mamba - The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
flask-unittest - :wrench: Test Flask apps using unittest - with minimal headaches!
kombu - Messaging library for Python.