oscar-system / GenericCharacterTables.jl

Generic character tables for julia
https://oscar-system.github.io/GenericCharacterTables.jl/
GNU General Public License v3.0
1 stars 2 forks source link

Increase code coverage for `src` #61

Open fingolfin opened 1 month ago

fingolfin commented 4 days ago

A good start would be to tackle e.g. ortho.jl coverage, by adding tests with a SimpleCharTable resp. its characters.

That actually also is the "solution" for a bunch of other files/code, i.e., no test for the functionality in "simple" tables.

Another big sources of uncovered code is input validations: would be good to also test those, by adding tests that explicitly invoke functions with invalid input (out of bounds) to make sure those errors are caught correctly.