mediagoblin/mediagoblin/tests/fake_carrot_conf_bad.ini
Christopher Allan Webber d5234024b0 Tests for mediagoblin.config functions
Tests for:
  - read_mediagoblin_config()
  - generate_validation_report()
2011-06-18 16:52:40 -05:00

15 lines
415 B
INI

[carrotapp]
# Whether or not our carrots are going to be turned into cake.
## These should throw errors
carrotcake = slobber
num_carrots = GROSS
# A message encouraging our users to eat their carrots.
encouragement_phrase = 586956856856 # shouldn't throw error
# Something extra!
blah_blah = "blah!" # shouldn't throw error either
[celery]
eat_celery_with_carrots = pants # yeah that's def an error right there.