Skip to content
Snippets Groups Projects
Verified Commit 4ca2e558 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Unit tests now print the Caosdb package versions.

parent d8f9234c
No related branches found
No related tags found
No related merge requests found
Pipeline #19602 failed
...@@ -10,4 +10,5 @@ deps=nose ...@@ -10,4 +10,5 @@ deps=nose
openpyxl openpyxl
xlrd == 1.2 xlrd == 1.2
h5py h5py
commands=py.test --cov=caosadvancedtools -vv {posargs} commands=python3 unittests/print_versions.py
py.test --cov=caosadvancedtools -vv {posargs}
import caosdb as db
import caosadvancedtools
print(f"pycaosdb version: {db.__version__}")
print(f"caosadvancedtools version: {caosadvancedtools.__version__}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment