search for: testutil

Displaying 3 results from an estimated 3 matches for "testutil".

Did you mean: test_util
2006 Aug 11
3
Proposed changes to omindex
...5 to the value table as a 16 byte string (binary representation of the digest) (ID 1). This could be used as a secondary check for incremental indexing (i.e. if the file was touched but not changed don?t replace it) and also to collapse duplicates (COLLAPSE=1). The md5 source code is from the GNU testutils-2.1 package. 4) For files that require command line utility processing (i.e. pdftotext) I have added a --copylocal option. This allows the file to be digested while being copied to the local drive and then the command line utility processes the local file saving multiple reads across the network...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...mod:`repoze.who` plugins + used initially. This way, authentication can be tested once and separately. + + Check ovirtserver.tests.functional.test_authentication for the repoze.who + integration tests. + + This is the officially supported way to test protected areas with + repoze.who-testutil (http://code.gustavonarea.net/repoze.who-testutil/). + + """ + + application_under_test = 'main_without_authn' + + def setUp(self): + """Method called by nose before running each test""" + # Loading the application: +...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...mod:`repoze.who` plugins - used initially. This way, authentication can be tested once and separately. - - Check ovirtserver.tests.functional.test_authentication for the repoze.who - integration tests. - - This is the officially supported way to test protected areas with - repoze.who-testutil (http://code.gustavonarea.net/repoze.who-testutil/). - - """ - - application_under_test = 'main_without_authn' - - def setUp(self): - """Method called by nose before running each test""" - # Loading the application: -...