Skip to content
Snippets Groups Projects

Added abstracts to json, negative tests and bug fixes

Merged Schokolowski, Malte requested to merge bav1758/ci-s-projekt-verarbeitung:main into main
6 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 3
1
@@ -14,8 +14,9 @@ Thumbs.db
# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
.__pycache__/
*.py[cod]
*.pyc
*$py.class
# C extensions
@@ -38,6 +39,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
.start_script.py
MANIFEST
# PyInstaller
Loading