kmsquire / Logging.jl

Logging package for julia
Other
43 stars 26 forks source link

Create tests which actually verify the logging output #10

Open kmsquire opened 10 years ago

kmsquire commented 10 years ago

Right now, the test files are good examples of logging functionality, but they don't actually validate that the debugging output is correct.

To fix this, the current "tests" should probably move to an examples directory, and tests should have tests which log to an IOBuffer.