Hi Trevor,
> http://www.physics.drexel.edu/~wking/code/bzr/be/
Just a testing report:
* Running "be" no longer gives a friendly usage message -- can we link
"be" to "be -h"?
% be
ERROR:
Missing required argument COMMAND
%
* Test failures as attached. The warning that hg isn't installed is
odd, since hg is installed:
% hg --version
Mercurial Distributed SCM (version 1.4.2)
Thanks,
- Chris.
testInMemoryCleanLoad (libbe.bugdir.SimpleBugDirTestCase) ... ok
testOnDiskCleanLoad (libbe.bugdir.SimpleBugDirTestCase) ... ok
Doctest: libbe.bugdir.SimpleBugDir ... ok
Doctest: libbe.ui.util.user.create_user_id ... ok
Doctest: libbe.ui.util.user.parse_user_id ... ok
Doctest: libbe.ui.util.editor.comment_string ... ok
Doctest: libbe.ui.util.editor.editor_string ... ok
Doctest: libbe.ui.util.editor.trimmed_string ... ok
Doctest: libbe.ui.command_line.BE ... ok
testAddOnly (libbe.command.import_xml.LonghelpTestCase) ... ok
testCleanBugdir (libbe.command.import_xml.LonghelpTestCase) ... ok
testNotAddOnly (libbe.command.import_xml.LonghelpTestCase) ... ok
Doctest: libbe.command.import_xml.Import_xml ... ok
Doctest: libbe.command.new.New ... ok
Doctest: libbe.command.list.List ... ok
Doctest: libbe.command.html.Html ... ok
Doctest: libbe.command.merge.Merge ... ok
Doctest: libbe.command.severity.Severity ... ok
Doctest: libbe.command.status.Status ... ok
Doctest: libbe.command.assign.Assign ... ok
Doctest: libbe.command.depend.Depend ... ok
Doctest: libbe.command.depend.check_dependencies ... ok
Doctest: libbe.command.due.Due ... ok
Doctest: libbe.command.diff.Diff ... ok
Doctest: libbe.command.subscribe.Subscribe ... ok
Doctest: libbe.command.subscribe.get_subscribers ... ok
Doctest: libbe.command.commit.Commit ... ok
Doctest: libbe.command.serve.Serve ... FAIL
Doctest: libbe.command.util.select_values ... ok
Doctest: libbe.command.set.Set ... ok
Doctest: libbe.command.show.Show ... ok
Doctest: libbe.command.init.Init ... ok
Doctest: libbe.command.remove.Remove ... ok
Doctest: libbe.command.help.Help ... ok
Doctest: libbe.command.target.Target ... ok
Doctest: libbe.command.tag.Tag ... ok
Doctest: libbe.command.comment.Comment ... ok
Doctest: libbe.util.utility.iterable_full_of_strings ... ok
Doctest: libbe.util.utility.str_to_time ... ok
Doctest: libbe.util.utility.time_to_gmtime ... ok
Doctest: libbe.util.utility.time_to_str ... ok
Doctest: libbe.util.utility.underlined ... ok
Doctest: libbe.util.subproc.Pipe ... ok
Doctest: libbe.util.tree.Tree ... ok
Doctest: libbe.util.encoding.known_encoding ... ok
Doctest: libbe.util.plugin.import_by_name ... ok
Doctest: libbe.util.plugin.modnames ... ok
test_long_user (libbe.util.id.IDtestCase) ... ok
test_storage (libbe.util.id.IDtestCase) ... ok
test_user (libbe.util.id.IDtestCase) ... ok
test_long_to_short_text (libbe.util.id.ShortLongParseTestCase) ... ok
test_parse_user (libbe.util.id.ShortLongParseTestCase) ... ok
test_parse_user_exceptions (libbe.util.id.ShortLongParseTestCase) ...
/home/cjb/be/libbe/util/id.py:463: DeprecationWarning: BaseException.message
has been deprecated as of Python 2.6
value = getattr(e, attr)
/home/cjb/be/libbe/util/id.py:464: DeprecationWarning: BaseException.message
has been deprecated as of Python 2.6
expected = getattr(exception, attr)
ok
test_short_to_long_text (libbe.util.id.ShortLongParseTestCase) ... ok
testUUID_gen (libbe.util.id.UUIDtestCase) ... ok
Doctest: libbe.util.id._parse_user ... ok
Doctest: libbe.util.id.child_uuids ... ok
Doctest: libbe.util.id.residual ... ok
Doctest: libbe.bug.Bug ... ok
Doctest: libbe.bug.Bug.add_comment ... ok
Doctest: libbe.bug.Bug.from_xml ... ok
Doctest: libbe.bug.Bug.merge ... ok
Doctest: libbe.bug.cmp_attr ... ok
Doctest: libbe.bug.cmp_severity ... ok
Doctest: libbe.bug.cmp_status ... ok
Doctest: libbe.diff.Diff ... ok
Doctest: libbe.diff.DiffTree ... ok
Doctest: libbe.diff.Subscription ... ok
Doctest: libbe.diff.subscriptions_from_string ... ok
See if the VCS detects its installed repository ... ok
See if the VCS detects its installed repository ... ok
VCS root directory should be in specified root path. ... ok
Should get the existing user ID. ... ok
See if the VCS is installed. ... FAIL
Adding entries with the same ID should not increase the number of children. ...
ok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
See if the VCS detects its installed repository ... ok
See if the VCS detects its installed repository ... ok
VCS root directory should be in specified root path. ... ok
Should get the existing user ID. ... ok
See if the VCS is installed. ... ok
Changed lists should reflect past activity ... ok
Commit / revision_id should agree on revision ids. ... ok
Empty commit should _not_ raise exception if allow_empty=True. ... ok
Empty commit should raise exception. ... ok
Children list should be revision dependent. ... ERROR
Get should be able to return the previous version. ... ok
Invalid revision id should raise InvalidRevision. ... ok
Adding entries with the same ID should not increase the number of children. ...
[?1034hok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
See if the VCS detects its installed repository ... ok
See if the VCS detects its installed repository ... ok
VCS root directory should be in specified root path. ... ok
Should get the existing user ID. ... ok
See if the VCS is installed. ... ok
Changed lists should reflect past activity ... ok
Commit / revision_id should agree on revision ids. ... ok
Empty commit should _not_ raise exception if allow_empty=True. ... ok
Empty commit should raise exception. ... ok
Children list should be revision dependent. ... ERROR
Get should be able to return the previous version. ... ok
Invalid revision id should raise InvalidRevision. ... ok
Adding entries with the same ID should not increase the number of children. ...
ok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
See if the VCS detects its installed repository ... ok
See if the VCS detects its installed repository ... ok
VCS root directory should be in specified root path. ... ok
Should get the existing user ID. ... ok
See if the VCS is installed. ... ok
Changed lists should reflect past activity ... ERROR
Commit / revision_id should agree on revision ids. ... ok
Empty commit should _not_ raise exception if allow_empty=True. ... ok
Empty commit should raise exception. ... ok
Children list should be revision dependent. ... ERROR
Get should be able to return the previous version. ... getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-1/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-2/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-3/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-4/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-5/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-6/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-7/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-8/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-9/./.be/unlikely
id
getting
./{arch}/++pristine-trees/unlocked/bugs-everywhere/bugs-everywhere--mainline/bugs-everywhere--mainline--0.1/[email protected]/bugs-everywhere--mainline--0.1--patch-10/./.be/unlikely
id
ok
Invalid revision id should raise InvalidRevision. ... ok
Adding entries with the same ID should not increase the number of children. ...
ok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
See if the VCS detects its installed repository ... ok
See if the VCS detects its installed repository ... ok
VCS root directory should be in specified root path. ... ok
Should get the existing user ID. ... ok
See if the VCS is installed. ... ok
Doctest: libbe.storage.vcs.base.CachedPathID ... ok
Doctest: libbe.storage.vcs.base.VCSTestCase.Class._u_abspath ... ok
Doctest: libbe.storage.vcs.base.VCSTestCase.Class._u_rel_path ... ok
Adding entries with the same ID should not increase the number of children. ...
ok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
See if the VCS detects its installed repository ... ok
See if the VCS detects its installed repository ... ok
VCS root directory should be in specified root path. ... ok
Should get the existing user ID. ... ok
See if the VCS is installed. ... ok
Changed lists should reflect past activity ... ok
Commit / revision_id should agree on revision ids. ... ok
Empty commit should _not_ raise exception if allow_empty=True. ... ok
Empty commit should raise exception. ... ok
Children list should be revision dependent. ... ERROR
Get should be able to return the previous version. ... ok
Invalid revision id should raise InvalidRevision. ... ok
Doctest: libbe.storage.vcs.darcs.Darcs.version_cmp ... ok
testCachedLocalProperty (libbe.storage.util.properties.DecoratorTests) ... ok
testChangeHookLocalProperty (libbe.storage.util.properties.DecoratorTests) ...
ok
testChangeHookMutableProperty (libbe.storage.util.properties.DecoratorTests)
... ok
testCheckedLocalProperty (libbe.storage.util.properties.DecoratorTests) ... ok
testDefaultingLocalProperty (libbe.storage.util.properties.DecoratorTests) ...
ok
testFnCheckedLocalProperty (libbe.storage.util.properties.DecoratorTests) ... ok
testLocalDoc (libbe.storage.util.properties.DecoratorTests) ... ok
testLocalProperty (libbe.storage.util.properties.DecoratorTests) ... ok
testPrimedLocalProperty (libbe.storage.util.properties.DecoratorTests) ... ok
testSettingsProperty (libbe.storage.util.properties.DecoratorTests) ... ok
testTwoCheckedLocalProperties (libbe.storage.util.properties.DecoratorTests)
... ok
Testing a class-specific _versioned property decorator ... ok
Testing a defaulting versioned property ... ok
Testing a mutable change-hooked property ... ok
Testing a required defaulting versioned property ... ok
Testing a minimal versioned property ... ok
Doctest:
libbe.storage.util.settings_object.SavedSettingsObject._attr_name_to_setting_name
... ok
Doctest:
libbe.storage.util.settings_object.SavedSettingsObject._setting_name_to_attr_name
... ok
Doctest: libbe.storage.util.config.get_val ... ok
Doctest: libbe.storage.util.mapfile.generate ... ok
Doctest: libbe.storage.util.mapfile.parse ... ok
test_get (libbe.storage.http.GetPostUrlTestCase) ... ok
test_get_redirect (libbe.storage.http.GetPostUrlTestCase) ... ok
Adding entries with the same ID should not increase the number of children. ...
ok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
Adding entries with the same ID should not increase the number of children. ...
ok
Should not be able to add children to non-directories. ... ok
Adding entries should increase the number of children (nonrooted). ... ok
Adding entries should increase the number of children (rooted). ... ok
Check ancestors lists. ... ok
Non-UUID ids should be returned as such. ... ok
New repository should be empty. ... ok
Recursive remove should empty the tree. ... ok
Removing a non-empty directory entry should raise exception. ... ok
Removing entries should decrease the number of children (nonrooted). ... ok
Removing entries should decrease the number of children (rooted). ... ok
Should be able to call .disconnect multiple times. ... ok
Get should return specified default if id not in Storage. ... ok
Get should raise exception if id not in Storage and no default. ... ok
Data value should be None before any value has been set. ... ok
Set should define the value returned by get. ... ok
Set should raise exception if id not in Storage. ... ok
Set should define the value returned by get. ... ok
Should connect after initialization. ... ok
Adding entries should increase the number of children after reconnect. ... ok
Set should define the value returned by get after reconnect. ... ok
Changed lists should reflect past activity ... ok
Commit / revision_id should agree on revision ids. ... ok
Empty commit should _not_ raise exception if allow_empty=True. ... ok
Empty commit should raise exception. ... ok
Children list should be revision dependent. ... ok
Get should be able to return the previous version. ... ok
Invalid revision id should raise InvalidRevision. ... ok
Doctest: libbe.comment.Comment ... ok
Doctest: libbe.comment.Comment.__str__ ... ok
Doctest: libbe.comment.Comment.comment_from_uuid ... ok
Doctest: libbe.comment.Comment.from_xml ... ok
Doctest: libbe.comment.Comment.merge ... ok
Doctest: libbe.comment.Comment.new_reply ... ok
Doctest: libbe.comment.Comment.string ... ok
Doctest: libbe.comment.Comment.string_thread ... ok
Doctest: libbe.comment.Comment.xml ... ok
Doctest: libbe.comment.cmp_attr ... ok
======================================================================
ERROR: Children list should be revision dependent.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cjb/be/libbe/storage/base.py", line 957, in
test_get_previous_children
ret = self.s.children('parent', revision=revs[i])
File "/home/cjb/be/libbe/storage/base.py", line 305, in children
return self._children(*args, **kwargs)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 784, in _children
if isdir(path) == False:
File "/home/cjb/be/libbe/storage/vcs/base.py", line 777, in <lambda>
self._u_rel_path(path), revision)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 1005, in _u_rel_path
raise InvalidPath(path, absRootSlashedDir)
InvalidPath: Path "/home/cjb/be/.be/parent" not in root "/tmp/BEtestYa3Evh/"
======================================================================
ERROR: Children list should be revision dependent.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cjb/be/libbe/storage/base.py", line 957, in
test_get_previous_children
ret = self.s.children('parent', revision=revs[i])
File "/home/cjb/be/libbe/storage/base.py", line 305, in children
return self._children(*args, **kwargs)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 784, in _children
if isdir(path) == False:
File "/home/cjb/be/libbe/storage/vcs/base.py", line 777, in <lambda>
self._u_rel_path(path), revision)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 1005, in _u_rel_path
raise InvalidPath(path, absRootSlashedDir)
InvalidPath: Path "/home/cjb/be/.be/parent" not in root "/tmp/BEtestZAKtCb/"
======================================================================
ERROR: Changed lists should reflect past activity
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cjb/be/libbe/storage/base.py", line 984, in test_changed
new,mod,rem = self.s.changed(revA)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 876, in changed
new,mod,rem = self._vcs_changed(revision)
File "/home/cjb/be/libbe/storage/vcs/arch.py", line 360, in _vcs_changed
raise NotImplementedError
NotImplementedError
======================================================================
ERROR: Children list should be revision dependent.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cjb/be/libbe/storage/base.py", line 957, in
test_get_previous_children
ret = self.s.children('parent', revision=revs[i])
File "/home/cjb/be/libbe/storage/base.py", line 305, in children
return self._children(*args, **kwargs)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 783, in _children
path = id_to_path(id)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 775, in <lambda>
id_to_path = lambda id : self._vcs_path(id, revision)
File "/home/cjb/be/libbe/storage/vcs/arch.py", line 311, in _vcs_path
raise NotImplementedError
NotImplementedError
======================================================================
ERROR: Children list should be revision dependent.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cjb/be/libbe/storage/base.py", line 957, in
test_get_previous_children
ret = self.s.children('parent', revision=revs[i])
File "/home/cjb/be/libbe/storage/base.py", line 305, in children
return self._children(*args, **kwargs)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 783, in _children
path = id_to_path(id)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 775, in <lambda>
id_to_path = lambda id : self._vcs_path(id, revision)
File "/home/cjb/be/libbe/storage/vcs/darcs.py", line 180, in _vcs_path
return self._u_find_id(id, revision)
File "/home/cjb/be/libbe/storage/vcs/base.py", line 972, in _u_find_id
if self._vcs_isdir(path, revision) == False:
File "/home/cjb/be/libbe/storage/vcs/darcs.py", line 195, in _vcs_isdir
raise NotImplementedError
NotImplementedError
======================================================================
FAIL: Doctest: libbe.command.serve.Serve
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python2.6/doctest.py", line 2145, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for libbe.command.serve.Serve
File "/home/cjb/be/libbe/command/serve.py", line 332, in Serve
----------------------------------------------------------------------
File "/home/cjb/be/libbe/command/serve.py", line 335, in
libbe.command.serve.Serve
Failed example:
raise NotImplementedError, "Serve tests not yet implemented"
Exception raised:
Traceback (most recent call last):
File "/usr/lib64/python2.6/doctest.py", line 1241, in __run
compileflags, 1) in test.globs
File "<doctest libbe.command.serve.Serve[0]>", line 1, in <module>
raise NotImplementedError, "Serve tests not yet implemented"
NotImplementedError: Serve tests not yet implemented
======================================================================
FAIL: See if the VCS is installed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/cjb/be/libbe/storage/vcs/base.py", line 1104, in test_installed
'%(name)s VCS not found' % vars(self.Class))
AssertionError: hg VCS not found
----------------------------------------------------------------------
Ran 318 tests in 149.350s
FAILED (failures=2, errors=5)
--
Chris Ball <[email protected]>
One Laptop Per Child
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel