Undefined exports
Test function
Aqua.test_undefined_exports
— Functiontest_undefined_exports(module::Module)
Test that all export
ed names in module
actually exist.
Keyword Arguments
broken::Bool = false
: If true, it uses@test_broken
instead of@test
and shortens the error message.