Skip to content

Commit

Permalink
Revise some character table tests to use a doctest (#2824)
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 authored and fieker committed Sep 29, 2023
1 parent 2915158 commit 6f786f9
Show file tree
Hide file tree
Showing 2 changed files with 737 additions and 685 deletions.
Loading

0 comments on commit 6f786f9

Please sign in to comment.