Skip to content
Snippets Groups Projects
Commit d45413a4 authored by xo30xoqa's avatar xo30xoqa
Browse files

Added the files for the test suite

parent da0b2c84
No related branches found
No related tags found
No related merge requests found
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### These are the tests for the crop growth model.
###
#TODO
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### These are the tests for the farm model.
###
#TODO
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### These are the tests for the core landscape functions.
###
#TODO
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### These are the tests for the nature model (excluding individual species).
###
#TODO
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### This is the top-level file of the Persephone test suite. Execute this to run all tests.
###
using Pkg
Pkg.activate("..")
using Persephone
using Test
@testset "Persephone Tests" begin
@testset "Core model" begin
include("landscape_tests.jl")
include("simulation_tests.jl")
end
@testset "Nature model" begin
include("nature_tests.jl")
end
@testset "Crop growth model" begin
include("crop_tests.jl")
end
@testset "Farm model" begin
include("farm_tests.jl")
end
end
### Persephone - a socio-economic-ecological model of European agricultural landscapes.
###
### These are the tests for the core simulation functions.
###
#TODO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment