drf_braces.tests.test_parsers module

class drf_braces.tests.test_parsers.TestSortedJSONParser(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_parser()[source]
test_parser_invalid_json()[source]
class drf_braces.tests.test_parsers.TestStrippingJSONParser(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_parser()[source]
test_parser_different_root()[source]
test_parser_no_root()[source]