Tests for mediagoblin.config functions
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 21:52:40 +0000 (16:52 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 21:52:40 +0000 (16:52 -0500)
commitd5234024b03f9187c3ad52afdb55af5422a1a5d0
treeeabba645960a857d10d7ec97f048c600bbfc7074
parente5aa1ec6b4507fc1eb9b11428dad824b4285522d
Tests for mediagoblin.config functions

Tests for:
  - read_mediagoblin_config()
  - generate_validation_report()
mediagoblin/tests/fake_carrot_conf_bad.ini [new file with mode: 0644]
mediagoblin/tests/fake_carrot_conf_empty.ini [new file with mode: 0644]
mediagoblin/tests/fake_carrot_conf_good.ini [new file with mode: 0644]
mediagoblin/tests/fake_config_spec.ini [new file with mode: 0644]
mediagoblin/tests/test_config.py [new file with mode: 0644]