summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Switch to pytestMarc Abramowitz2016-03-082-37/+34
|
* use explicit bytes literalaodag2016-03-081-1/+1
|
* Update tests to reflect new behaviour of globals and DEFAULTlrowe/allow-global_conf-to-override-defaults-s-1417659209217Laurence Rowe2014-12-051-3/+4
|
* use frozenset for asbool() lookupAlexandre Conrad2011-12-031-0/+17
|
* Shortened the enhanced error message from _interpolate to only include the ↵Alex Gr?nholm2011-05-241-1/+1
| | | | file name as all other information is already there
* Added support for the call: protocol, contributed by Jason StittAlex Gr?nholm2011-05-242-0/+41
|\
| * Added a new loader using the call: protocol that uses an object path and not ↵Jason Stitt2010-11-112-0/+45
| | | | | | | | an egg
* | Refactored the code to be compatible with Python 3.1 and aboveAlex Gr?nholm2011-05-229-63/+121
| |
* | Removed finddata.py since it's apparently no longer used anywhereAlex Gr?nholm2011-05-171-95/+0
|/
* remove prints from finddataIan Bicking2010-10-281-4/+0
|
* Remove setup.cfg, which wasn't being (usefully) used, and add finddata to ↵1.3.4Ian Bicking2010-09-161-0/+99
| | | | remove need for svn/include_package_data
* convert to nose 0.11pjenvey2009-05-072-2/+2
|
* fixed use sections overwriting the config's __file__ value with the use'dpjenvey2008-04-221-1/+1
| | | | filename
* Fix appconfig and filter-withianb2007-05-252-0/+5
|
* Allow global_conf settings passed through to show up as config defaults, ↵ianb2006-11-122-0/+23
| | | | available for interpolation
* Fixed problems with tests; FakeApp wasn't loading properly, and the __file__ ↵ianb2006-08-232-7/+20
| | | | changes made previously didn't update the tests (so they've been broken for a while)
* Added test for config middleware and exceptionianb2006-08-102-4/+20
|
* Added tests of appconfig, docs, newsianb2005-10-072-2/+16
|
* Allow filters to have a filter-with configuration key. Clean up object ↵ianb2005-10-074-7/+31
| | | | stuff a bit (but just a bit)
* Allow ini files to be used as executables, with paster as the #! line ↵ianb2005-09-061-0/+10
| | | | runner; doesn't yet do anything with those files
* Added new variable setting to make globals localianb2005-08-262-0/+16
|
* Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1ianb2005-08-256-16/+21
|
* New protocols, paste.server_runner1 and paste.filter_app_factory1ianb2005-08-225-3/+35
|
* Added filter-app and pipeline sections for configs; added docs; added better ↵ianb2005-08-227-2/+74
| | | | intro; added EGG-INFO creator (instead of putting EGG-INFO in svn repository); added news document
* Added file forgotten in last commit; added interface file for documentationianb2005-08-211-0/+14
|
* Added tests for configuration and loading; allow name references to be used ↵ianb2005-08-218-2/+102
| | | | in addition to URIs when context is implied; reorganized loadwsgi.py some
* Tests of composit loadingianb2005-08-212-0/+18
|
* New composit applicationianb2005-08-213-0/+31
|
* First tests, first part of functionalityianb2005-08-213-12/+20
|
* Several typosianb2005-08-213-0/+27
|
* Initial run at testsianb2005-08-213-0/+25
|
* Rearranged so the package is also a normal eggianb2005-08-206-4/+2
|
* Added basic framework for egg-based testsianb2005-08-196-0/+52