Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed Jun 5, 2024
2 parents 1eb2766 + 7c1dd8c commit 0ee6ee1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This library is a "wrapper" on buddy and utest.
It allows you to use either one, but auto scan a testing directory and
include those tests.

## Usage
Currently expects a folder struct like:

test.hxml
test/
test/someFileTests.hx
test/other/otherTests.hx

test files must end in Tests to be discovered.

## TODO:

finish writing the documentation.

0 comments on commit 0ee6ee1

Please sign in to comment.