Skip to content

hitchtest/hitchpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitchPython

HitchPython is a plugin for the Hitch test framework that lets you test python programs. Specifically, it includes code to:

  • Download, build and create a virtualenv from all versions of python.
  • Run a Django runserver service using hitchserve.
  • Run a Celery service using hitchserve.

The Django runserver service will:

  • Optionally, run migrations and insert a site into django_sites table, prior to starting the service.
  • Install fixtures.
  • Run on a specific port.
  • Get the URL.
  • Generate a runnable manage subcommand.

Documentation

See:

About

Hitch plug-in to test python programs, including Celery and Django.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages