Files @ e46fbbd62ccd
Branch filter:

Location: rattail-project/rattail/covered.cfg

lance
Limit autocomplete results for customer/phone lookup in new custorder

otherwise it's possible for the whole thing to bog down and freeze the
browser page...

[nosetests]
nocapture = 1
tests = rattail.tests.commands.test_importing,
        rattail.tests.filemon.test_actions,
        rattail.tests.filemon.test_config,
        rattail.tests.filemon.test_util,
        rattail.tests.importing
with-coverage = 1
cover-erase = 1
cover-package = rattail.commands.importing,
        rattail.filemon.actions,
        rattail.filemon.config,
        rattail.filemon.util,
        rattail.importing
cover-inclusive = 1
cover-min-percentage = 100
cover-html-dir = htmlcov