Weave.jl/test/runtests.jl

32 lines
629 B
Julia
Raw Normal View History

using Weave
using Test
2014-12-06 18:16:45 +01:00
@info("Test: Chunk options")
include("chunk_options.jl")
2018-07-24 11:50:28 +02:00
@info("Testing error handling")
include("errors_test.jl")
@info("Test: Converting")
2016-12-12 18:54:02 +01:00
include("convert_test.jl")
@info("Testing formatters")
2016-12-13 21:02:42 +01:00
include("formatter_test.jl")
2018-01-08 11:53:48 +01:00
include("markdown_test.jl")
2016-12-13 21:02:42 +01:00
@info("Testing figure formatters")
2018-01-03 09:07:55 +01:00
include("figureformatter_test.jl")
2018-07-24 10:46:04 +02:00
@info("Testing rich output")
include("rich_output.jl")
2018-07-23 18:39:48 +02:00
#@info("Test: Caching")
#include("cache_test.jl")
2018-01-02 14:54:55 +01:00
2018-07-23 18:39:48 +02:00
#@info("Test: Chunk options with Gadfly")
#include("chunk_opts_gadfly.jl")
2018-01-02 14:54:55 +01:00
2018-07-23 18:39:48 +02:00
#@info("Test: Weaving with Plots.jl")
#include("plotsjl_test.jl")
#include("publish_test.jl")