Skip to content

Extends the BaseTestNext.jl package to support many forms of automated testing

License

Notifications You must be signed in to change notification settings

robertfeldt/BaseTestAuto.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaseTestAuto.jl

An evolution of BaseTestNext.jl to support more automated forms of testing. Integrates a number of other testing-related packages to support random testing, parameterized unit testing, property-based testing etc. Longer-term goals include building a distributed, shared library of test data generators and models that learns from the bugs we collectively find.

We will gradually move code from our internal AutoTest.jl package (based in our software testing research) over to this package. The idea is to make as small changes as possible to the future Base.Test julia testing functionality while still adding value through automation. We target a first release in the summer of 2016.

For now you can look at our more complete DataGenerators.jl package for generating random test data as well as optimize that data for specific testing goals.

About

Extends the BaseTestNext.jl package to support many forms of automated testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published