1
0
Fork 0
arangodb/js/client/tests
Max Neunhoeffer 3cb1784430 Reorganise unit tests.
In JS framework we now find the available test files by directory
listing. This means one can simply drop a file in the right
directory to add a test.

We use a naming convention for filenames which is explained
in the README files in the corresponding directories.

Old unit tests do not yet use this but do use the new names and
should still work as usual.
2014-02-21 11:24:31 +01:00
..
README Reorganise unit tests. 2014-02-21 11:24:31 +01:00
auth.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
shell-client.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
shell-endpoints.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-fm.js jslintified several tests 2014-02-01 01:50:58 +01:00

README

Conventions for testing framework:
==================================

All files in this directory whose name starts with "shell-"
and ends with ".js" automatically take part in client
shell tests (target "shell_client").

If the filename contains the string "-cluster-", then it is
only executed when testing in cluster mode. If the filename
contains the string "-noncluster-", then it is only executed
when testing in single instance mode.