Skip to content

Commit

Permalink
Merge 1c1e431 into f83c0e3
Browse files Browse the repository at this point in the history
  • Loading branch information
arielf committed Dec 16, 2019
2 parents f83c0e3 + 1c1e431 commit 5f10fbc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/README
@@ -1,17 +1,22 @@
Test suite for vw:
------------------

The perl script 'RunTests' drives the regression test.

It includes both the testing code and many vw test commands.

You may add arbitrary (train/test/varying-options) tests
by adding:
1) Data (train, test, predict) files
2) vw command to run using the above data files
2) vw command to run (which may use the data files)
3) Expected (reference) STDOUT, STDERR, and predictions-file
for the command.

Additional tests can be added below the __DATA__ section in RunTests.

See the comment above __DATA__ in 'RunTests' for full details on
how to add more tests or simply refer to the examples therein.
how to add more tests. You can also use the examples under __DATA__
as a tutorial/reference of working commands for each option.

--ariel

0 comments on commit 5f10fbc

Please sign in to comment.