How to test private / non-exported methods of a module?

Just call them with the module prefixed Package.func(1,2) or bring them into the namespace using Package: func for example.

3 Likes