Skip to content
Snippets Groups Projects
Commit 92cdd4cf authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

Add test for the `in` operator

parent c0a901f7
No related branches found
No related tags found
1 merge request!15Add test for the `in` operator
Pipeline #
......@@ -477,6 +477,7 @@ def test_copy_constructor():
assert shallow.has_group("/Test")
assert shallow.has_key("/Test/Data")
assert "/Test/Data" in shallow
assert hdf5.filename == shallow.filename
assert hdf5.keys() == shallow.keys()
assert hdf5.cwd == shallow.cwd
......
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