Skip to content

YingboMa/SafeTestsets.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeTestsets.jl

Build Status codecov

@safetestset puts @testset into a module.

You can use it by

using SafeTestsets
@safetestset "Benchmark Tests" begin include("benchmark_tests.jl") end

which makes a new module whose name is generated by gensym(), or

using SafeTestsets
@safetestset BenchmarkTests = "Benchmark Tests" begin include("benchmark_tests.jl") end

which makes a module named BenchmarkTests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages