Skip to content

Commit

Permalink
added beginnings of testing package (touches on good practices regard…
Browse files Browse the repository at this point in the history
…ing #8)
  • Loading branch information
jakewilliami committed Aug 26, 2020
1 parent 40ab6a2 commit 363c699
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
#=
exec julia --project="~/FaceDetection.jl/" "${BASH_SOURCE[0]}" "$@" -e "include(popfirst!(ARGS))" \
"${BASH_SOURCE[0]}" "$@"
=#

using Test
using FaceDetection

# @test ... == ...

0 comments on commit 363c699

Please sign in to comment.