summaryrefslogtreecommitdiff
path: root/test/test_n3.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for python 2.7Natanael Arndt2020-04-171-2/+2
* TEST: Stress test exponent regexChris Markiewicz2020-04-171-1/+21
* Add test for exponent floats with leading dotNatanael Arndt2020-04-171-0/+25
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-9/+7
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+2
* converted all testsGunnar Aastrand Grimnes2017-01-301-5/+3
* updating deprecated testing syntax (#697)Nate Prewitt2017-01-241-2/+2
* added test and fixed #312Gunnar Aastrand Grimnes2013-12-301-0/+11
* removed incorrect testGunnar Aastrand Grimnes2013-11-201-19/+0
* Added test for #326 (accept single quotes around Turtle strings)Alexander Dutton2013-10-141-0/+16
* Test N3 formula serialization.Eric Peden2013-05-231-0/+5
* test fix for py3gromgull2013-03-111-1/+2
* better tests for base support in n3/turtle. Fixes #248.gromgull2013-03-111-29/+70
* added parser/serializer roundtrip testgromgull2012-07-201-8/+0
* cleaned up tests, removed duplicates, more sensible namesgromgull2012-07-181-28/+8
* fixed n3 parser to allow .s in prefixesgromgull2012-02-141-0/+5
* Fix to error condition reported in issue206Graham Higgins2012-01-251-1/+6
* fix from Rob Sanderson so that n3/turtle parser does not choke on UTF-8 BOM (...ed.summers2011-01-051-0/+7
* added test for issue68gromgull2010-02-021-2/+7
* made test_n3 be included in testsgromgull2010-02-021-3/+3
* changed n3 test-names so nose picks them upgromgull2010-02-021-2/+2
* added some n3 tests for known issues;gromgull2010-02-011-0/+40
* Fairly big revision of the Turtle and N3 serializers, including:lindstream2009-09-091-6/+9
* moved namespace bits from term into a namespace moduleeikeon2009-04-021-1/+1
* renaming so that nose picks it up as a test moduleeikeon2009-03-101-1/+1
* renaming test modules so they get picked up by noseeikeon2009-03-081-0/+141