Testy do Client API.
authorŁukasz Rekucki <lrekucki@gmail.com>
Mon, 21 Sep 2009 09:09:57 +0000 (11:09 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Mon, 21 Sep 2009 09:09:57 +0000 (11:09 +0200)
commitb2d72160e2a68991c66ea6017b871d7f42c0b29d
treefc82084ad91c56cf7ef33176dcccb6e6e7b0696d
parent8d62c0c82718b59c077b611fca1cd9f8054a8c41
Testy do Client API.
106 files changed:
apps/api/__init__.py [new file with mode: 0644]
apps/api/forms.py [new file with mode: 0644]
apps/api/handlers.py [new file with mode: 0644]
apps/api/models.py [new file with mode: 0644]
apps/api/tests.py [new file with mode: 0644]
apps/api/tests/__init__.py [new file with mode: 0644]
apps/api/tests/data/empty/.hg/00changelog.i [new file with mode: 0644]
apps/api/tests/data/empty/.hg/branchheads.cache [new file with mode: 0644]
apps/api/tests/data/empty/.hg/dirstate [new file with mode: 0644]
apps/api/tests/data/empty/.hg/requires [new file with mode: 0644]
apps/api/tests/data/empty/.hg/store/00changelog.i [new file with mode: 0644]
apps/api/tests/data/empty/.hg/store/00manifest.i [new file with mode: 0644]
apps/api/tests/data/empty/.hg/store/data/.library.i [new file with mode: 0644]
apps/api/tests/data/empty/.hg/store/fncache [new file with mode: 0644]
apps/api/tests/data/empty/.hg/store/undo [new file with mode: 0644]
apps/api/tests/data/empty/.hg/undo.branch [new file with mode: 0644]
apps/api/tests/data/empty/.hg/undo.dirstate [new file with mode: 0644]
apps/api/tests/data/empty/.library [new file with mode: 0644]
apps/api/tests/data/test2/.hg/00changelog.i [new file with mode: 0644]
apps/api/tests/data/test2/.hg/branch [new file with mode: 0644]
apps/api/tests/data/test2/.hg/branchheads.cache [new file with mode: 0644]
apps/api/tests/data/test2/.hg/dirstate [new file with mode: 0644]
apps/api/tests/data/test2/.hg/requires [new file with mode: 0644]
apps/api/tests/data/test2/.hg/store/00changelog.i [new file with mode: 0644]
apps/api/tests/data/test2/.hg/store/00manifest.i [new file with mode: 0644]
apps/api/tests/data/test2/.hg/store/data/.library.i [new file with mode: 0644]
apps/api/tests/data/test2/.hg/store/data/pub__testfile.xml.i [new file with mode: 0644]
apps/api/tests/data/test2/.hg/store/fncache [new file with mode: 0644]
apps/api/tests/data/test2/.hg/store/undo [new file with mode: 0644]
apps/api/tests/data/test2/.hg/undo.branch [new file with mode: 0644]
apps/api/tests/data/test2/.hg/undo.dirstate [new file with mode: 0644]
apps/api/tests/data/test2/.library [new file with mode: 0644]
apps/api/tests/data/test2/pub_testfile.xml [new file with mode: 0644]
apps/api/tests/data/testone/.hg/00changelog.i [new file with mode: 0644]
apps/api/tests/data/testone/.hg/branchheads.cache [new file with mode: 0644]
apps/api/tests/data/testone/.hg/dirstate [new file with mode: 0644]
apps/api/tests/data/testone/.hg/requires [new file with mode: 0644]
apps/api/tests/data/testone/.hg/store/00changelog.i [new file with mode: 0644]
apps/api/tests/data/testone/.hg/store/00manifest.i [new file with mode: 0644]
apps/api/tests/data/testone/.hg/store/data/.library.i [new file with mode: 0644]
apps/api/tests/data/testone/.hg/store/data/pub__testfile.xml.i [new file with mode: 0644]
apps/api/tests/data/testone/.hg/store/fncache [new file with mode: 0644]
apps/api/tests/data/testone/.hg/store/undo [new file with mode: 0644]
apps/api/tests/data/testone/.hg/undo.branch [new file with mode: 0644]
apps/api/tests/data/testone/.hg/undo.dirstate [new file with mode: 0644]
apps/api/tests/data/testone/.library [new file with mode: 0644]
apps/api/tests/data/testone/pub_testfile.xml [new file with mode: 0644]
apps/api/urls.py [new file with mode: 0644]
apps/api/utils.py [new file with mode: 0644]
apps/api/views.py [new file with mode: 0644]
lib/run_tests.sh [new file with mode: 0755]
lib/wlrepo/__init__.py [new file with mode: 0644]
lib/wlrepo/backend_mercurial.py [new file with mode: 0644]
lib/wlrepo/tests/__init__.py [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/00changelog.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/dirstate [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/requires [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/00changelog.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/00manifest.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/data/.hgignore.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/data/ignored__file.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/data/pub__valid__file.xml.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/fncache [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/store/undo [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/undo.branch [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hg/undo.dirstate [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/.hgignore [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/ignored_file [new file with mode: 0644]
lib/wlrepo/tests/data/repos/cleanrepo/pub_valid_file.xml [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/00changelog.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/dirstate [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/requires [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/00changelog.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/00manifest.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/data/.hgignore.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/data/ignored__file.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/data/pub__polish__file.xml.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/data/pub__valid__file.xml.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/fncache [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/store/undo [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/undo.branch [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hg/undo.dirstate [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/.hgignore [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/ignored_file [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/pub_polish_file.xml [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoI/pub_valid_file.xml [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/00changelog.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/branch [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/branchheads.cache [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/dirstate [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/requires [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/00changelog.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/00manifest.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/data/.hgignore.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/data/ignored__file.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/data/pub__polish__file.xml.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/data/pub__valid__file.xml.i [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/fncache [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/store/undo [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/undo.branch [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hg/undo.dirstate [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/.hgignore [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/ignored_file [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/pub_polish_file.xml [new file with mode: 0644]
lib/wlrepo/tests/data/repos/testrepoII/pub_valid_file.xml [new file with mode: 0644]
lib/wlrepo/tests/test_mercurial.py [new file with mode: 0644]