Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
2f6ac705
Commit
2f6ac705
authored
9 months ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: remove comments
parent
58b2e615
No related branches found
No related tags found
3 merge requests
!159
Release 0.16.o
,
!155
Review filter lists and compare_entities
,
!137
Allow property and parent lists to be filtered.
Pipeline
#56090
passed with warnings
9 months ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
unittests/test_entity.py
+0
-6
0 additions, 6 deletions
unittests/test_entity.py
with
0 additions
and
6 deletions
unittests/test_entity.py
+
0
−
6
View file @
2f6ac705
...
...
@@ -143,13 +143,7 @@ def test_parent_list():
assert
"
not found
"
in
str
(
ve
.
value
)
assert
len
(
pl
)
==
2
# TODO also check other built-in list functions: insert, pop, clear, count
# TODO also check pl1 == pl2
# TODO what is with RecordType(name='A', id=100) in pl? I.e., fitting name,
# but id of corresponding element in pl is None. Same of course for
# RecordType(name='C', id=101) in pl, i.e. fitting id, but name of element
# in pl is None.
# TODO what is with the ambiguous RecordType(name='A', id=101) in pl?
...
...
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