-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently, if nosetests is run from the project's root directory, the integration tests as well as unit tests will run. This is fine for dev, but putting in some mechanism to prevent integration tests from running in production would be nice. The integration tests suite could read the STATE environment variable, and throw a warning requiring user confirmation if STATE=="PROD".
Reactions are currently unavailable