Add some homology unit tests

darcs
slava 2006-07-14 09:37:13 +00:00
parent 4d7acd57e7
commit 7e90bab15e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
IN: temporary
USING: homology test ;
[ { 1 } ] [ {*} H ] unit-test
[ { 2 } ] [ S^0 H ] unit-test
[ { 1 1 } ] [ 1 S^ H ] unit-test
[ { 1 0 } ] [ 1 D^ H ] unit-test
[ { 1 0 1 } ] [ 2 S^ H ] unit-test
[ { 1 0 0 } ] [ 2 D^ H ] unit-test