Implement Unit Testing for fancymath #8

Merged
TimDiller merged 17 commits from unit_tests into main 2025-10-24 17:10:59 +00:00

17 Commits

Author SHA1 Message Date
aa7dc496dc Merge pull request 'Add subtests for test_cross_product.' (#11) from test/vector-cross-subtests into unit_tests
Reviewed-on: #11
Reviewed-by: Tim Diller <tim@dillerdigital.com>
2025-10-24 16:09:11 +00:00
Corran Webster
66123f6064 Add subtests for test_cross_product. 2025-10-24 16:54:47 +01:00
913169fe68 Merge pull request 'unit_tests_ambar' (#10) from unit_tests_ambar into unit_tests
Reviewed-on: #10
Reviewed-by: Tim Diller <tim@dillerdigital.com>
2025-10-24 15:42:56 +00:00
5850743394 Merge branch 'unit_tests' into unit_tests_ambar 2025-10-24 10:42:22 -05:00
79b6c10b70 Corrected syntax for vecotr.abs() test 2025-10-24 11:38:26 -04:00
491c531ed8 Merge pull request 'Add cross-product and tests' (#9) from enh/cross-product into unit_tests
Reviewed-on: #9
2025-10-24 15:25:26 +00:00
Corran Webster
437be17f51 Add cross product impleimentation 2025-10-24 16:21:50 +01:00
64f06ce7c1 Merge branch 'unit_tests' into enh/cross-product 2025-10-24 15:19:46 +00:00
4d5e2db71a add test for proper failure of Vector.dot 2025-10-24 10:18:04 -05:00
b613241807 Add unit test for Vector.abs 2025-10-24 11:17:40 -04:00
Corran Webster
13ac74132c Add cross-product and tests 2025-10-24 16:13:25 +01:00
35a1705570 Add unit test for Vecotr.abs method 2025-10-24 11:10:39 -04:00
352480ac14 add test_dot_product to test_vector.py 2025-10-24 10:08:28 -05:00
6ba84c9859 add tests for adding Vectors 2025-10-24 09:58:26 -05:00
6d98c08e89 tests for is_even and is_odd 2025-10-24 09:46:21 -05:00
56c892d944 make test folder importable 2025-10-24 09:34:21 -05:00
922ed4d394 initial commit test suite 2025-10-24 09:33:33 -05:00