summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bit of cleanup.test-splitJulian Berman2013-05-141-24/+28
* Move tests into package.Julian Berman2013-05-146-300/+316
* Merge branch 'split_into_package'Julian Berman2013-05-1210-711/+943
|\
| * Pretty JSON.Julian Berman2013-05-122-2/+422
| * Tested elsewhere already.Julian Berman2013-05-121-4/+0
| * Add style to tox run.Julian Berman2013-05-121-1/+1
| * Global flake8 ignoreJulian Berman2013-05-122-4/+11
| * Unused imports.Julian Berman2013-05-121-2/+0
| * Fixed loading problem for schema jsonColin Dunklau2013-05-122-1/+7
| * Split schemas to separate files, but load is brokenColin Dunklau2013-05-124-242/+17
| * Cleanup tests a bit.Colin Dunklau2013-05-124-12/+10
| * Break out into _format and validators.Julian Berman2013-05-126-1275/+1286
| * Nicer name for string-listify functionColin Dunklau2013-05-122-5/+5
| * No need for package testColin Dunklau2013-05-121-9/+0
| * URIDict to _utils, fixed naming, package testColin Dunklau2013-05-123-41/+50
| * Minor style changesColin Dunklau2013-05-114-12/+9
| * Call _utils functions from the moduleColin Dunklau2013-05-112-33/+34
| * Began package split, done with compat and _utilsColin Dunklau2013-05-104-176/+199
* | Merge pull request #103 from gazpachoking/local_ref_refactorChase Sterling2013-05-112-7/+26
|\ \ | |/ |/|
| * Change test to work around issue with urlparseChase Sterling2013-05-111-2/+2
| * Add referrer attribute back to RefResolverChase Sterling2013-05-111-0/+2
| * Refactor RefResolver a bit to fix #102Chase Sterling2013-05-112-8/+25
|/
* Revert "Add ValidatorMixin.validator_for"Julian Berman2013-05-052-23/+3
* Add ValidatorMixin.validator_forJulian Berman2013-05-022-3/+23
* Removed useless setUp.Julian Berman2013-04-271-9/+12
* Ensure we never have conflicting test names.Julian Berman2013-04-271-1/+5
* Fix #95, array indexes in json reference fragments now workChase Sterling2013-04-271-5/+11
* Merge commit '8c1729a55baef2c79b2784f87b48e41d8aa4669e'Julian Berman2013-04-272-2/+44
|\
| * Squashed 'json/' changes from 83f8e7f..6c303caJulian Berman2013-04-272-2/+44
* | Begone from here too.Julian Berman2013-04-261-1/+1
* | Begone.Julian Berman2013-04-261-3/+3
* | Flake8 because I'm sadistic.Julian Berman2013-04-261-0/+9
* | More spacingJulian Berman2013-04-261-0/+1
* | Minor spacingJulian Berman2013-04-261-0/+1
* | Bump version.Julian Berman2013-04-211-1/+1
* | Release v1.3.0v1.3.0Julian Berman2013-04-213-13/+22
* | Fix doctests.Julian Berman2013-04-202-63/+74
* | Change formatting a bit and cleanup the tests.Julian Berman2013-04-192-136/+79
* | Cleanup.Julian Berman2013-04-191-13/+22
* | Merge remote-tracking branch 'gazpachoking/better_error_messages'Julian Berman2013-04-194-6/+198
|\ \
| * | Update errors.rst for error printing changeChase Sterling2013-04-161-4/+17
| * | Add a test for basic error stringChase Sterling2013-04-161-2/+12
| * | Fix up the tests for error stringsChase Sterling2013-04-161-101/+77
| * | Error strings just show message when there are unset attributesChase Sterling2013-04-161-0/+4
| * | Update validate.rst for error printing changeChase Sterling2013-04-161-1/+1
| * | Add some tests for the new error string representationsChase Sterling2013-04-161-0/+164
| * | No textwrap.indent in python 2 :(Chase Sterling2013-04-161-2/+2
| * | Start some work on more detailed messages of errorsChase Sterling2013-04-151-1/+26
* | | Fix #92 for required.Julian Berman2013-04-192-4/+19
* | | Raise exceptions on LookupErrors in ErrorTreesJulian Berman2013-04-192-0/+17