Skip to content

Commit

Permalink
Revise some character table tests to use a doctest
Browse files Browse the repository at this point in the history
These tests deal with testing how character tables are printed
in various situations. We change this to (ab)use the `jldoctest`
system from Documenter. This brings with it the advantage that it
is very easy to adjust the tests for desired changes to the printing:
it can be done changing

    doctest(nothing, [AuxDocTest_GroupCharacters])

to

    doctest(nothing, [AuxDocTest_GroupCharacters]; fix=true)

and then running this in the Julia REPL:

    include("test/Groups/group_characters.jl")
  • Loading branch information
fingolfin committed Sep 19, 2023
1 parent 199fd64 commit 492f8fe
Show file tree
Hide file tree
Showing 2 changed files with 737 additions and 685 deletions.
Loading

0 comments on commit 492f8fe

Please sign in to comment.