summaryrefslogtreecommitdiff
path: root/test/test_batch_add.py
Commit message (Collapse)AuthorAgeFilesLines
* blacked all python filesNicholas Car2020-05-161-17/+16
|
* Replacing use of generic mocks in BatchAddGraph testMark Watts2020-03-211-17/+9
| | | | - unittest.mock is not available in Python 2.7
* Adding support for batching calls to addNMark Watts2020-03-201-15/+36
|
* Passing testsMark Watts2020-03-201-4/+56
| | | | - Also, fixing batching
* Adding a wrapper for batching add() calls to a GraphMark Watts2020-03-161-0/+24
- Should address RDFLib/rdflib#357