Skip to content
Snippets Groups Projects
Commit 2b2dae43 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-fsm' into 'dev'

F fsm

See merge request !3
parents 5f400282 3a3fac16
No related branches found
No related tags found
1 merge request!3F fsm
Pipeline #7303 passed
......@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added (for new features)
* Tests for entity state [caosdb-server!62](https://gitlab.com/caosdb/caosdb-server/-/merge_requests/62)
* Tests for version history
* Tests for inheritance bug (caosdb/caosdb-server!54)
* Tests for versioning
......
......@@ -49,6 +49,5 @@ help:
autopep8:
autopep8 -ri tests
# Meta target to call the other targets.
all: autopep8 test
......@@ -65,7 +65,6 @@ def teardown():
def test_affiliation_there():
par = db.RecordType(name="TestRT1")
ch = db.Record(name="TestRec").add_parent(par)
print(ch)
assert_is_not_none(ch.get_parent("TestRT1"))
assert_true(hasattr(ch.get_parent("TestRT1"), "affiliation"))
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment