Skip to content

Commit 4b08a9f

Browse files
committed
-
1 parent 48db555 commit 4b08a9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source_py3/test_python_toolbox/test_combi/test_perm_space.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ def test_perm_spaces():
5858
assert isinstance(first_perm.as_dictoid, combi.perm.PermAsDictoid)
5959
assert first_perm.as_dictoid[2] == 2
6060
assert dict(first_perm.as_dictoid) == {0: 0, 1: 1, 2: 2, 3: 3}
61+
assert first_perm % 7 == 0
62+
assert not (first_perm != first_perm)
63+
assert first_perm == first_perm
64+
assert first_perm
65+
assert {pure_0a[4]: 1, pure_0b[4]: 2, pure_0c[4]: 3,} == {pure_0d[4]: 3,}
6166

6267

6368
assert some_perm.inverse == ~ some_perm

0 commit comments

Comments
 (0)