Replies: 4 comments
-
First version (not complete) of function in PS. The tests are kept simple as a first version. It should be defined what exactly we want to test and if several tests are needed/reasonable for one function. We could also think about having several subfolder for different functionalities e.g. Comments, suggestions & critics welcome. |
Beta Was this translation helpful? Give feedback.
-
To-do list of unit-tests for PS
|
Beta Was this translation helpful? Give feedback.
-
To have a better structure for testing and a better overview which functionalities are available in the PS class the following subcategories are proposed below. The idea for testing is to generate a Testing class for each category that contains individual test(s) for each function. Later a test-suite is setup that basically tests all the subclasses at once. CaSos-PS class subcategories Basic mathematical polynomial operations
Polynomial characteristics
Unkwon (not sure where to put these)
Polynomial Operations
Polynomial Differential Calculus
Misc
|
Beta Was this translation helpful? Give feedback.
-
Added a first version with example how the testing framework can be setup. |
Beta Was this translation helpful? Give feedback.
-
Started this issue to keep track of unit testing.
Beta Was this translation helpful? Give feedback.
All reactions