tests/setup.cfg
author Daniel Bentley <dbentley@google.com>
Sun, 12 Apr 2009 09:06:45 +0000
branchgae-fetch-limitation-fix
changeset 2313 c39a81bce1bd
parent 2298 c7c331ed9a49
child 2917 b9f600436e89
permissions -rw-r--r--
Use offset_linkid instead of offset to scan >1000 entities. this is a first-cut. It works in all the ways I could make earlier versions fail. It passes link_id as URL parameters. It also has a new class LinkCreator which makes the main body of getListContents even easier to write. I wasn't sure if link_id's could have non alphanumeric characters; if so, they need to be URL encoded/decoded. I also need to go and remove any mention of raw offsets now, because we don't use them. I believe I've talked about this approach with a few of you and it sounded reasonable. Feel free to roll-back/fix/amend/comment-for-me-to-fix. This is my first big-logic-change to Melange. Patch by: Dan Bentley
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2298
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     1
[nosetests]
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     2
exclude=pymox
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     3
with-coverage=1
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     4
cover-package=soc
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     5
cover-erase=1
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     6
cover-html=1
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     7
cover-html-dir=coverageResults
c7c331ed9a49 Add coverage support to the test suite
Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
parents:
diff changeset
     8
#debug=nose.plugins.cover