~azzar1/unity/add-show-desktop-key

  • Committer: stevenbird
  • Date: 2008-02-19 07:59:12 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:507
Extended code test framework to support tests on the code string, rather
than just its outputs.  This makes it possible to check the method being
used by the code to do its work.  For example, if the exercise is to
write code that computes 10! using multiplication, a response that
simply prints 3628800 produces the correct output, but using the
incorrect method.  A regular expression that tests the code could check
for the presence of a multiplication operation.  The XML format is:
<code type="check"> lambda x,y: '*' in y </code>

Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 409 16 years ago mattgiuca Moved www/conf and www/common to a new directory l Empty Diff Download File
caps.py 488 16 years ago drtomc caps.py: Added more capabilities and descriptions. 5.1 KB Diff Download File
cgirequest.py 506 16 years ago mattgiuca dispatch.__init__, dispatch.request, cgirequest: 11.3 KB Diff Download File
chat.py 432 16 years ago drtomc usrmgt: more work on this. Still some work to go. 3.2 KB Diff Download File
db.py 500 16 years ago mattgiuca db: get_user and get_users now return User objects 16.3 KB Diff Download File
forumutil.py 501 16 years ago mattgiuca forumutil.py: Fix from previous revision. "rolenm" 1.6 KB Diff Download File
interpret.py 505 16 years ago mattgiuca dispatch.html, consoleservice, userservice, interp 14.4 KB Diff Download File
makeuser.py 472 16 years ago mattgiuca db.py: No longer exceptions if password is not sup 8.8 KB Diff Download File
studpath.py 506 16 years ago mattgiuca dispatch.__init__, dispatch.request, cgirequest: 5.4 KB Diff Download File
user.py 504 16 years ago mattgiuca Warning: Broken build, but rather unavoidable or t 3.6 KB Diff Download File
util.py 409 16 years ago mattgiuca Moved www/conf and www/common to a new directory l 4 KB Diff Download File
zip.py 409 16 years ago mattgiuca Moved www/conf and www/common to a new directory l 4.4 KB Diff Download File