diff options
Diffstat (limited to 'tests/fixtures')
-rw-r--r-- | tests/fixtures/rdf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fixtures/rdf.py b/tests/fixtures/rdf.py index 38d8f25..a77df37 100644 --- a/tests/fixtures/rdf.py +++ b/tests/fixtures/rdf.py @@ -48,7 +48,8 @@ def rdf_setup(): "test_data/ttl-files/test-data.ttl", ) # We intentionally use a temporary directory. This way, all the - # database created by virtuoso are cleaned after running tests. + # virtuoso database files are properly cleaned up after running + # tests. with tempfile.TemporaryDirectory() as tmpdirname: init_file = os.path.join(tmpdirname, "virtuoso.ini") # Create the virtuoso init file which we use when |