]> gitweb.michael.orlitzky.com - spline3.git/history - test
spline3.cabal: update to v1.0.1.
[spline3.git] / test /
2019-03-05 Michael Orlitzkytest/TestSuite.hs: enable missing "function_values_prop...
2019-03-05 Michael Orlitzkytest/TestSuite.hs: make all imports explicit.
2019-03-05 Michael Orlitzkytest/Doctests.hs: use explicit import lists.
2019-03-05 Michael Orlitzkytest/{Doctests,TestSuite}.hs: add explicit export lists.
2015-04-16 Michael OrlitzkySwitch to Tasty for testing.
2015-04-15 Michael OrlitzkyPass -isrc to doctest directly (without --optghc).
2013-06-04 Michael OrlitzkyBump dependencies, and move some Arbitrary code from...
2012-08-19 Michael OrlitzkyRemove the test-framework-doctest dependency.
2012-05-30 Michael OrlitzkyUse lenient comparisons in two failing tests.
2011-10-04 Michael OrlitzkyUse test options to specify a 1000-test requirement.
2011-09-20 Michael OrlitzkyRename Tetrahedron.fv to Tetrahedron.function_values.
2011-09-20 Michael OrlitzkyMove the Tetrahedron tests into the Tetrehedron module.
2011-09-05 Michael OrlitzkyChange some names in the test suite.
2011-09-04 Michael OrlitzkyMove the Grid tests into the Grid module.
2011-09-03 Michael OrlitzkyMove the Cardinal tests into the Cardinal module.
2011-09-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
2011-09-02 Michael OrlitzkyAdd a new test group, slow_tests, that is run after...
2011-09-01 Michael OrlitzkyAdd tests for some functions used in the new 'find_cont...
2011-08-31 Michael OrlitzkyEven more Tetrahedron de-dupe.
2011-08-31 Michael OrlitzkyDe-dupe some more Tetrahedron tests.
2011-08-30 Michael OrlitzkyCombine some Tetrahedron tests.
2011-08-30 Michael OrlitzkyReduce more duplication in the Grid tests.
2011-08-30 Michael OrlitzkyCombine a bunch of Grid tests into a Test.Framework...
2011-08-28 Michael OrlitzkyMove the tetrahedra collision sensitivity test before...
2011-08-27 Michael OrlitzkyAdd a test: test_tetrahedra_collision_sensitivity.
2011-08-22 Michael OrlitzkyRename "trilinearx2" to "trilinear9x9x9".
2011-08-22 Michael OrlitzkyRemove the individual tetrahedron positive volume tests.
2011-08-22 Michael OrlitzkyReplace individual tetrahedron volume tests with combin...
2011-08-22 Michael OrlitzkyGroup all of the "trilinear reproduced" tests together.
2011-08-17 Michael OrlitzkyAdd the trilinearx2 reproduction test.
2011-08-04 Michael OrlitzkyFix some property tests now that all of the tetrahedra...
2011-07-10 Michael OrlitzkyAdd 23 more tests for trilinear reproduction, testing...
2011-07-09 Michael OrlitzkyRe-enable the non-doc tests.
2011-07-09 Michael OrlitzkyAdd doctests to the test suite.
2011-07-08 Michael OrlitzkyFinish moving the tests to test-framework.
2011-07-08 Michael OrlitzkyFinish migrating the QuickCheck tests to test-framework.
2011-07-07 Michael OrlitzkyBegin migration to test-framework.
2011-07-04 Michael OrlitzkyGet rid of the tests for section (2.9), for now.
2011-07-04 Michael OrlitzkyAdd a blank line to the test output.
2011-06-14 Michael OrlitzkyAdd four tests confirming that vertex swaps don't affec...
2011-06-11 Michael OrlitzkyFix many of the tests from page 79.
2011-06-10 Michael OrlitzkyChange some putStrLn calls to putStr instead.
2011-06-10 Michael OrlitzkyAdd a bunch more exact volume tests.
2011-06-10 Michael OrlitzkyAdd six tests to ensure that the rotations don't affect...
2011-06-07 Michael OrlitzkyAdd the prop_interior_values_all_identical test.
2011-05-11 Michael OrlitzkyAdd another test checking the rotation for c2100.
2011-05-11 Michael OrlitzkyAdd a Cardinal test, computed manually and from Sorokin...
2011-05-11 Michael OrlitzkyAdd a bunch of edge incidence tests.
2011-05-11 Michael OrlitzkyAdd five new prop_c0120_identity tests.
2011-05-11 Michael OrlitzkyAdd a test for FunctionValues, test_directions.
2011-05-08 Michael OrlitzkyComment out some failing tests.
2011-05-08 Michael OrlitzkyRe-enable all of the tests for (2.7).
2011-05-08 Michael OrlitzkyRe-enable all of the tests for (2.6) and make them...
2011-05-08 Michael OrlitzkyTry to re-enable some more tests; fail miserably.
2011-05-08 Michael OrlitzkyComment out some failing tests, and add a TODO document...
2011-05-08 Michael OrlitzkyMove all of the trilinear coefficient tests into the...
2011-05-07 Michael OrlitzkyAdd the rest of the tetrahedron and tests.
2011-05-07 Michael OrlitzkyAdd tests/code for tetrahedron 12 through 15.
2011-05-07 Michael OrlitzkyRemove the 'reorient' function from Cube.
2011-05-07 Michael OrlitzkySplit the exact volume test into seven separate ones.
2011-05-07 Michael OrlitzkyRework a bunch of Cube stuff and re-enable now-passing...
2011-05-06 Michael OrlitzkyRe-enable the Cube tests in the suite.
2011-05-06 Michael OrlitzkyDisable most failing Face tests.
2011-05-01 Michael OrlitzkyAdd some HUnit tests for the Face module.
2011-05-01 Michael OrlitzkyAdd a test for p. 78, (2.5).
2011-05-01 Michael OrlitzkyAdd a ton of new tests based on pages 79 and 80 of...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.