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

Merge branch 'dev' into f-mypy

parents c02b0663 604f9d7a
Branches
Tags
2 merge requests!143Release 0.15.0,!66F mypy
Pipeline #27340 failed
Showing
with 582 additions and 36 deletions
This diff is collapsed.
...@@ -16,4 +16,5 @@ advanced usage of the Python client. ...@@ -16,4 +16,5 @@ advanced usage of the Python client.
errors errors
data-model-interface data-model-interface
complex_data_models complex_data_models
serverside
This diff is collapsed.
[tox] [tox]
envlist=py36, py37, py38, py39 envlist=py38, py39, py310
skip_missing_interpreters = true skip_missing_interpreters = true
[testenv] [testenv]
...@@ -7,4 +7,9 @@ deps = . ...@@ -7,4 +7,9 @@ deps = .
nose nose
pytest pytest
pytest-cov pytest-cov
python-dateutil
jsonschema==4.0.1
commands=py.test --cov=caosdb -vv {posargs} commands=py.test --cov=caosdb -vv {posargs}
[flake8]
max-line-length=100
[Connection]
cacert=/very/long/path/to/self/signed/pem/file/caosdb.ca.pem
url=https://hostname:8833/playground
username=username
password_method=pass
[Connection]
url=https://0.0.0.0/
username=username
password_identifier=SECTION/SUBSECTION/identifier
password_method=pass
cacert=/etc/ssl/cert.pem
ssl_insecure=true
timeout=10000
debug=9
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment