dysonance / Strategems.jl

Quantitative systematic trading strategy development and backtesting in Julia
Other
163 stars 39 forks source link

More organized test cases #6

Open femtotrader opened 6 years ago

femtotrader commented 6 years ago

Hello,

Just a comment about tests not really an issue... you should probably use @testset

Kind regards

dysonance commented 6 years ago

@femtotrader Yeah I actually just learned about that last night when I was working on upping the test coverage on Temporal (still a long way to but making progress there). It's super-helpful — will definitely be working on getting the (admittedly limited) test cases more fully built out and robust and getting them more organized into a proper structure.