<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/test/test_graph/test_diff.py, branch dependabot/docker/docker/unstable/library/python-286f2f1</title>
<subtitle>github.com: rdflib/rdflib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/'/>
<entry>
<title>Add more tests for graph_diff (#1983)</title>
<updated>2022-06-05T12:03:02+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2022-06-05T12:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=7d8cab669c37791aeb97337454d35f99d4e43d43'/>
<id>7d8cab669c37791aeb97337454d35f99d4e43d43</id>
<content type='text'>
This is to confirm that `graph_diff` does not work with quads.

Other changes:
- Added support to `GraphHelper` for collapsing `BNode`s to a specific IRI
  when converting to triple sets, this is in addition to the current
  functionality for ignoring BNodes. This makes it possible to more
  accurately compare Graphs that contain blank nodes.
- Added `assert_cgraph_isomorphic` to `GraphHelper`.
  This method adds some rudimentary support for checking if conjunctive
  graphs are isomorphic, it will ignore named graphs that have blank
  nodes as name.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to confirm that `graph_diff` does not work with quads.

Other changes:
- Added support to `GraphHelper` for collapsing `BNode`s to a specific IRI
  when converting to triple sets, this is in addition to the current
  functionality for ignoring BNodes. This makes it possible to more
  accurately compare Graphs that contain blank nodes.
- Added `assert_cgraph_isomorphic` to `GraphHelper`.
  This method adds some rudimentary support for checking if conjunctive
  graphs are isomorphic, it will ignore named graphs that have blank
  nodes as name.</pre>
</div>
</content>
</entry>
<entry>
<title>Convert some more graph tests to pytest (#1982)</title>
<updated>2022-06-05T11:30:15+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2022-06-05T11:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=a3e6f6724a723d9f1e454711fba11df2cae24507'/>
<id>a3e6f6724a723d9f1e454711fba11df2cae24507</id>
<content type='text'>
This patch converts some additional graph tests to pytest, I'm doing
this in preperation for adding more tests to `test_diff.py`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch converts some additional graph tests to pytest, I'm doing
this in preperation for adding more tests to `test_diff.py`.</pre>
</div>
</content>
</entry>
<entry>
<title>More type hints for `rdflib.graph` and related (#1853)</title>
<updated>2022-05-26T11:55:31+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2022-05-26T11:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=21e737dc25baa2b11a83355420348250607bb8c7'/>
<id>21e737dc25baa2b11a83355420348250607bb8c7</id>
<content type='text'>
This patch primarily adds more type hints for `rdflib.graph`, but also
adds type hints to some related modules in order to work with the new
type hints for `rdflib.graph`.

I'm mainly doing this as a baseline for adding type hints to
`rdflib.store`.

I have created type aliases to make it easier to type everything
consistently and to make type hints easier easier to change in the
future. The type aliases are private however (i.e. `_`-prefixed) and
should be kept as such for now.

This patch only contains typing changes and does not change runtime
behavior.

Broken off from https://github.com/RDFLib/rdflib/pull/1850</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch primarily adds more type hints for `rdflib.graph`, but also
adds type hints to some related modules in order to work with the new
type hints for `rdflib.graph`.

I'm mainly doing this as a baseline for adding type hints to
`rdflib.store`.

I have created type aliases to make it easier to type everything
consistently and to make type hints easier easier to change in the
future. The type aliases are private however (i.e. `_`-prefixed) and
should be kept as such for now.

This patch only contains typing changes and does not change runtime
behavior.

Broken off from https://github.com/RDFLib/rdflib/pull/1850</pre>
</div>
</content>
</entry>
<entry>
<title>test: move test utility modules into `test/utils/` (#1879)</title>
<updated>2022-05-04T20:24:36+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2022-05-04T20:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=eba13739e1d24b3e52697a1ec9545a361116951f'/>
<id>eba13739e1d24b3e52697a1ec9545a361116951f</id>
<content type='text'>
This patch moves all test utility modules into `test/utils/` and the
tests for these modules into `test/utils/test/`.

This is to make test utilities more organized and in preparation for
adding more test utilities related to test suites.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch moves all test utility modules into `test/utils/` and the
tests for these modules into `test/utils/test/`.

This is to make test utilities more organized and in preparation for
adding more test utilities related to test suites.</pre>
</div>
</content>
</entry>
<entry>
<title>[pre-commit.ci] auto fixes from pre-commit.com hooks</title>
<updated>2022-04-15T13:24:59+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2022-04-15T13:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=87eabf0d0b29a86e1259bd256d541d83690e0054'/>
<id>87eabf0d0b29a86e1259bd256d541d83690e0054</id>
<content type='text'>
for more information, see https://pre-commit.ci
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for more information, see https://pre-commit.ci
</pre>
</div>
</content>
</entry>
<entry>
<title>more test re-org</title>
<updated>2022-04-02T16:53:10+00:00</updated>
<author>
<name>Graham Higgins</name>
<email>gjh@bel-epa.com</email>
</author>
<published>2022-04-02T16:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=3635b5250cffc2ee3853fe5b5d2a7be7d0b7db28'/>
<id>3635b5250cffc2ee3853fe5b5d2a7be7d0b7db28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
