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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
c7aa1971
Commit
c7aa1971
authored
7 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add in-line comment on list test
parent
b5fe5a6c
No related branches found
No related tags found
2 merge requests
!149
Release 0.15.1
,
!148
F fix datetime value
Pipeline
#54278
passed with warnings
7 months ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unittests/test_issues.py
+2
-0
2 additions, 0 deletions
unittests/test_issues.py
with
2 additions
and
0 deletions
unittests/test_issues.py
+
2
−
0
View file @
c7aa1971
...
...
@@ -73,6 +73,8 @@ def test_issue_128():
https://gitlab.com/linkahead/linkahead-pylib/-/issues/128.
"""
# Test assignement correct assignment for both datatype=DATETIME
# and datatype=LIST<DATETIME>, just to be sure.
prop
=
db
.
Property
(
name
=
"
TestDatetime
"
,
datatype
=
db
.
DATETIME
)
prop_list
=
db
.
Property
(
name
=
"
TestListDatetime
"
,
datatype
=
db
.
LIST
(
db
.
DATETIME
))
...
...
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