Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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-advanced-user-tools
Commits
8dc3b9b5
Verified
Commit
8dc3b9b5
authored
2 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Added xfail_strict option.
parent
125e70c8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!65
DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline
#32041
passed
2 years ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
3
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
pytest.ini
+0
-3
0 additions, 3 deletions
pytest.ini
tox.ini
+6
-0
6 additions, 0 deletions
tox.ini
with
7 additions
and
4 deletions
README.md
+
1
−
1
View file @
8dc3b9b5
...
...
@@ -43,7 +43,7 @@ Conduct](https://gitlab.com/caosdb/caosdb/-/blob/dev/CODE_OF_CONDUCT.md).
[
documentation
](
https://docs.indiscale.com/caosdb-advanced-user-tools/
)
, the
preferred way is also a merge request as describe above (the documentation
resides in
`src/doc`
). However, you can also create an issue for it.
-
You can also contact us at
**info (AT) caosdb.
de
**
and join the CaosDB
-
You can also contact us at
**info (AT) caosdb.
org
**
and join the CaosDB
community on
[
#caosdb:matrix.org
](
https://matrix.to/#/!unwwlTfOznjEnMMXxf:matrix.org
)
.
...
...
This diff is collapsed.
Click to expand it.
pytest.ini
deleted
100644 → 0
+
0
−
3
View file @
125e70c8
[pytest]
testpaths
=
unittests
addopts
=
-vv
This diff is collapsed.
Click to expand it.
tox.ini
+
6
−
0
View file @
8dc3b9b5
[tox]
envlist
=
py38, py39, py310
skip_missing_interpreters
=
true
[testenv]
deps
=
nose
pandas
...
...
@@ -15,3 +16,8 @@ commands=py.test --cov=caosadvancedtools -vv {posargs}
[flake8]
max-line-length
=
100
[pytest]
testpaths
=
unittests
addopts
=
-vv
xfail_strict
=
True
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