summaryrefslogtreecommitdiff
path: root/pecan/tests/test_conf.py
Commit message (Expand)AuthorAgeFilesLines
* Replace an "invalid syntax" Python test fixture with a generated tempfile.Ryan Petrello2013-10-231-8/+12
* os.environ test clean-up and reorder overwriteMark McClain2013-04-251-19/+18
* Improved test cleanup for environment-variable-based configuration.Ryan Petrello2013-03-131-5/+5
* Improve runtime configuration cleanup for tests.Ryan Petrello2013-03-131-9/+6
* improve the tearDown method as it was contaminating the global configAlfredo Deza2013-03-011-0/+10
* add a teardown to prevent pollution of ENVAlfredo Deza2013-02-271-0/+3
* trying to fix RuntimeError testsAlfredo Deza2013-02-271-14/+10
* fixed pep8 violationsAlfredo Deza2013-02-271-10/+14
* a bunch of tests for the env var supportAlfredo Deza2013-01-221-4/+42
* pep8 complianceRyan Petrello2012-10-291-4/+5
* Renaming ``pecan.configuration.Config.as_dict`` to ``to_dict``.Ryan Petrello2012-03-241-28/+28
* Rearranging some test fixtures.Ryan Petrello2012-03-151-13/+16
* Cleaning up cruft, simplifying default config, and improving docs.Ryan Petrello2012-03-131-13/+0
* A bit more test tinkering.Ryan Petrello2012-03-111-1/+1
* More pep8 compliance.Ryan Petrello2012-03-111-8/+8
* Merge remote-tracking branch 'upstream/next' into nextRyan Petrello2012-03-111-49/+58
|\
| * After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-53/+64
* | PyPI version classifiers and code coverage improvements.Ryan Petrello2012-03-111-7/+61
|/
* Cleaning up some hard-to-read tests.Ryan Petrello2012-03-071-13/+8
* Updating `pecan.configuration` tests to use files (not modules).Ryan Petrello2012-03-071-22/+60
* A handful of improvements:Ryan Petrello2012-03-021-0/+192