From a771fc4b1a6dc069c171b2597a94c0babe728d87 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 3 Jan 2013 15:23:11 -0200 Subject: u1db tests run with nose2 --- tests/u1db_tests/README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/u1db_tests/README (limited to 'tests/u1db_tests/README') diff --git a/tests/u1db_tests/README b/tests/u1db_tests/README new file mode 100644 index 00000000..605f01fa --- /dev/null +++ b/tests/u1db_tests/README @@ -0,0 +1,34 @@ +General info +------------ + +Test files in this directory are derived from u1db-0.1.4 tests. The main +difference is that: + + (1) they include the test infrastructure packed with soledad; and + (2) they do not include c_backend_wrapper testing. + +Dependencies +------------ + +u1db tests depend on the following python packages: + + nose2 + unittest2 + mercurial + hgtools + testtools + discover + oauth + testscenarios + dirspec + paste + routes + simplejson + cython + +Running tests +------------- + +Use nose2 to run tests: + + nose2 leap.soledad.tests.u1db_tests -- cgit v1.2.3