DAMASK_EICMD/python/tests
Martin Diehl 889ab87914 simplified and corrected
- Optional not needed for 'None' argument
- Use TextIO for typehints, TextIOWrapper seems to cause problems
- Test for tuple/list input for public functions
- internal functions that are always called with np.ndarray don't need
  to offer flexibility. They might work, but we don't guarantee
  anything.
2021-11-23 17:59:56 +01:00
..
reference testing new functionality 2021-09-13 15:04:09 +02:00
conftest.py cleaning tests 2021-11-16 11:24:04 +01:00
test_Colormap.py simplified and corrected 2021-11-23 17:59:56 +01:00
test_Config.py preferred way to say that something needs to be implemented 2021-05-29 10:54:34 +02:00
test_ConfigMaterial.py testing new functionality 2021-11-14 11:45:13 +01:00
test_Crystal.py simplified lattice point data; added test 2021-09-30 11:01:42 -04:00
test_Grid.py fixes for old VTK and/or old numpy 2021-09-02 08:45:20 +02:00
test_Orientation.py remove duplicate lattice_symmetries dictionary 2021-10-29 20:04:09 -04:00
test_Result.py shortened thanks to lazy evaluation 2021-09-02 14:35:16 +02:00
test_Rotation.py cleaning tests 2021-11-16 11:24:04 +01:00
test_Table.py Merge remote-tracking branch 'origin/development' into spring-cleaning 2021-04-01 00:09:51 +02:00
test_VTK.py fixes for old VTK and/or old numpy 2021-09-02 08:45:20 +02:00
test_grid_filters.py clarify out-of-place behavior and document return values 2021-04-23 23:32:09 +02:00
test_mechanics.py fits better to stretch_left/right 2020-11-19 22:46:52 +01:00
test_seeds.py handle infinite loop 2021-04-28 08:03:22 +02:00
test_tensor.py general tensor functionality 2020-11-19 15:16:01 +01:00
test_util.py more robust RuntimeError test; corrected name of double-defined test 2021-08-19 06:10:08 +02:00