Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Commits
97aac606
Commit
97aac606
authored
5 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
7a7f70d7
Branches
f-defined-pylib
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
tox.ini
+3
-1
3 additions, 1 deletion
tox.ini
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
97aac606
...
...
@@ -97,6 +97,7 @@ test:
-
cd .docker
# here the server and the mysql backend docker are being started
-
CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d
-
PYLIB=3286c989
# the pyinttest docker writes the return value of the tests into the
# file result
-
/bin/sh ./run.sh
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
1
View file @
97aac606
...
...
@@ -3,8 +3,10 @@ envlist= py37
skip_missing_interpreters
=
true
[testenv]
setenv
=
PASSWORD_STORE_DIR = {env:HOME}/.password-store
PYLIB
=
{env:PYLIB}
deps
=
pytest
nose
pytest-cov
commands_pre
=
pip install ../caosdb-pylib/
commands_pre
=
git fetch origin && git checkout $PYLIB
pip
install
../caosdb-pylib/
commands
=
pytest --cov=caosdb -vvx {posargs}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment