blob: 605f01faeecf3d1af4be84b881bca25555cc9cb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
|