compass-adapters/chef/cookbooks/apache2/test/features/host_python_applications.feature
2013-12-12 01:33:01 +00:00

12 lines
384 B
Gherkin

@mod_python
Feature: Host Python applications
In order to host dynamic websites
As a developer
I want to be able to host Python applications
Scenario: Host Python website
Given a new webserver with Python support enabled
When a request is made to a Python script that generates a list of environment variables
Then the expected environment variables will be present