2
# sloecode - Pylons testing environment configuration
4
# The %(here)s variable will be replaced with the parent directory of this file
8
# Uncomment and replace with the address which should receive any error reports
9
#email_to = you@yourdomain.com
10
smtp_server = localhost
11
error_email_from = paste@localhost
19
use = config:development.ini
20
# specify that the SQLite database should be in memory for testing.
21
sqlalchemy.url = sqlite:///:memory:
22
# Add additional test specific configuration options as necessary.