Skip to main content

Plugin to mimic a cron for use with the Hitch testing framework.

Project description

HitchCron

HitchCron is a plugin for the Hitch test framework that lets you mimic the effect of having a cron run during your tests by running a command repeatedly.

Use with Hitch

Install like so:

$ hitch install hitchcron
# Service definition in engine's setUp:
self.services['Cron'] = hitchcron.CronService(
    run=self.services['Django'].manage("trigger").command,      # Python list containing command + args
    every=1,                                                    # Run every 1 seconds
)

See this service in action at the DjangoRemindMe project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hitchcron-0.2.tar.gz (2.6 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page