Skip to content
Snippets Groups Projects
Commit dc2ad775 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: minor documentation changes

parent a50579b4
Branches
Tags
2 merge requests!91Release 0.3,!65MAINT: make DictXYElements XYElements
Pipeline #30519 passed
......@@ -25,7 +25,12 @@ After installation of the package run (within the project folder):
pytest
```
There is the file `unittests/records.xml` that servers as a dummy for a server state with files.
You can recreate this by uncommenting a section in `integrationtests/basic_example/test_basic.py`
and rerunning the integration test.
## Integration Tests
see `integrationtests/README.md`
# Contributers
......
......@@ -114,8 +114,8 @@ def test_single_insertion(clear_database, usemodel, crawler, ident):
for i in reversed(range(len(res))):
if res[i].parents[0].name == "PyTestInfo":
del res[i]
filename = rfp("..", "..", "unittests", "records.xml")
# TODO can we remove this? why should we overwrite the current xml
# uncomment this to recreate the `records.xml` file
# filename = rfp("..", "..", "unittests", "records.xml")
# with open(filename, "w") as f:
# xml = res.to_xml()
# # Remove noscript and transaction benchmark:
......
......@@ -69,7 +69,7 @@ directory name using the 'match' key.
Simple File Converter
=====================
The Simple File Converter does not create any children and is usually used if
A file shall be used as it is and be inserted and referenced by other entities.
a file shall be used as it is and be inserted and referenced by other entities.
Markdown File Converter
=======================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment