Skip to main content

Tool to cause tests to fail fast when the wrong environment is used to run them.

Project description

HitchEnvironment
================

HitchEnvironment is a plugin for the Hitch testing framework that lets you
describe your environment and verify that it correct.

It is supposed to provide some measure of safety for tests that might pass on,
for example, a 64 bit machine but fail on a 32 bit machine, by making
the environment a test runs on declared explicitly.

It is required by HitchServe_ to run, requiring you to specify your
environment.

Currently, it lets you describe the following:

* Platform (linux2, win32, cygwin, darwin, os2, os2emx, riscos, atheos)
* System bits (32 or 64)
* Access to internet (True or False)



Use with Hitch
==============

Install like so::

$ hitch install hitchenvironment


.. code-block:: python

>>> import hitchenvironment
>>> hitchenvironment.class_definition()
hitchenvironment.Environment(platform="linux2", systembits=64, requires_internet_access=True)

>>> hitchenvironment.Environment(platform="linux2", systembits=64, requires_internet_access=True).match()



See this plugin in action at the DjangoRemindMe_ project.


.. _HitchServe: https://github.com/hitchtest/hitchserve
.. _DjangoRemindmMe: https://github.com/hitchtest/django-remindme

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

hitchenvironment-0.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file hitchenvironment-0.2.tar.gz.

File metadata

File hashes

Hashes for hitchenvironment-0.2.tar.gz
Algorithm Hash digest
SHA256 e74d60496b5fdf9141b8439806fcca208f0620f2754b9b4b39c1fc59d444cdd3
MD5 5f2d143109098498392b9712ad11a7e4
BLAKE2b-256 6dae158f6e0f3c668766879c409ff5fc72ac6f74024996c13d58573de0febd8a

See more details on using hashes here.

Supported by

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