Project

General

Profile

Idea #5428

Updated by Tom Clegg about 9 years ago

Background: 

 Currently run_test_servers.py does not support enabling Keep permission signatures when invoked via command line. This means (for example) keepproxy integration tests don't use any permission signatures, and in that sense aren't representative of real usage. 

 Improvements: 

 * Add facilities to run_test_servers.py so it can enable Keep permissions when invoked as main. 
 * Enable permission signatures in at least one (perhaps all) keepproxy tests. 
 * Enable permission signatures in at least one keepstore "process pull list" test. 

Back