diff options
author | drebs <drebs@leap.se> | 2013-01-03 15:23:11 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-01-03 15:23:11 -0200 |
commit | 3013233ec2b7e9bb2d7d6a2bccbd6e7a0342d8a5 (patch) | |
tree | 9bc75dacb462a833a7c18d9dd680735ab700d0c0 /src/leap/soledad/tests/u1db_tests/README | |
parent | 7aee1e34baeafcc12d44c304bac7fb6fcf3be562 (diff) |
u1db tests run with nose2
Diffstat (limited to 'src/leap/soledad/tests/u1db_tests/README')
-rw-r--r-- | src/leap/soledad/tests/u1db_tests/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/leap/soledad/tests/u1db_tests/README b/src/leap/soledad/tests/u1db_tests/README new file mode 100644 index 00000000..605f01fa --- /dev/null +++ b/src/leap/soledad/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 |