mustrd 0.2.6__tar.gz → 0.2.6.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. {mustrd-0.2.6 → mustrd-0.2.6.1}/PKG-INFO +2 -2
  2. {mustrd-0.2.6 → mustrd-0.2.6.1}/README.md +1 -1
  3. {mustrd-0.2.6 → mustrd-0.2.6.1}/pyproject.toml +1 -1
  4. {mustrd-0.2.6 → mustrd-0.2.6.1}/LICENSE +0 -0
  5. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/README.md +0 -0
  6. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/TestResult.py +0 -0
  7. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/__init__.py +0 -0
  8. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/logger_setup.py +0 -0
  9. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/catalog-v001.xml +0 -0
  10. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/mustrdShapes.ttl +0 -0
  11. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/mustrdTestOntology.ttl +0 -0
  12. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/mustrdTestShapes.ttl +0 -0
  13. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/ontology.ttl +0 -0
  14. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/test-resources/resources.ttl +0 -0
  15. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/triplestoreOntology.ttl +0 -0
  16. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/model/triplestoreshapes.ttl +0 -0
  17. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/mustrd.py +0 -0
  18. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/mustrdAnzo.py +0 -0
  19. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/mustrdGraphDb.py +0 -0
  20. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/mustrdRdfLib.py +0 -0
  21. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/mustrdTestPlugin.py +0 -0
  22. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/namespace.py +0 -0
  23. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/run.py +0 -0
  24. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/spec_component.py +0 -0
  25. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/steprunner.py +0 -0
  26. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/templates/md_ResultList_leaf_template.jinja +0 -0
  27. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/templates/md_ResultList_template.jinja +0 -0
  28. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/templates/md_stats_template.jinja +0 -0
  29. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/test/test_mustrd.py +0 -0
  30. {mustrd-0.2.6 → mustrd-0.2.6.1}/mustrd/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mustrd
3
- Version: 0.2.6
3
+ Version: 0.2.6.1
4
4
  Summary: A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber.
5
5
  Home-page: https://github.com/Semantic-partners/mustrd
6
6
  License: MIT
@@ -42,7 +42,7 @@ Description-Content-Type: text/markdown
42
42
  # mustrd
43
43
 
44
44
 
45
- [<img src="https://github.com/Semantic-partners/mustrd/raw/python-coverage-comment-action-data/badge.svg" alt="coverage badge">](https://github.com/Semantic-partners/mustrd/tree/python-coverage-comment-action-data)
45
+ [<img src="https://github.com/Semantic-partners/mustrd/raw/python-coverage-comment-action-data/badge.svg?sanitize=true" alt="coverage badge">](https://github.com/Semantic-partners/mustrd/tree/python-coverage-comment-action-data)
46
46
 
47
47
  ### Why?
48
48
 
@@ -1,7 +1,7 @@
1
1
  # mustrd
2
2
 
3
3
 
4
- [<img src="https://github.com/Semantic-partners/mustrd/raw/python-coverage-comment-action-data/badge.svg" alt="coverage badge">](https://github.com/Semantic-partners/mustrd/tree/python-coverage-comment-action-data)
4
+ [<img src="https://github.com/Semantic-partners/mustrd/raw/python-coverage-comment-action-data/badge.svg?sanitize=true" alt="coverage badge">](https://github.com/Semantic-partners/mustrd/tree/python-coverage-comment-action-data)
5
5
 
6
6
  ### Why?
7
7
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "mustrd"
3
- version = "0.2.6"
3
+ version = "0.2.6.1"
4
4
  description = "A Spec By Example framework for RDF and SPARQL, Inspired by Cucumber."
5
5
  authors = ["John Placek <john.placek@semanticpartners.com>",
6
6
  "Juliane Piñeiro-Winkler <juliane.pineiro-winkler@semanticpartners.com>",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes