Implement variant of client that talks directly to job manager instead of using HTTP server.
This could hopefully allow the LWR to be nested right inside of Galaxy someday, in the interim it does boost reported test coverage from 75% to 84% because of the way the test web server is started, none of the Python code was being instrumented properly. There is now a 'direct' communication variant of each of these tests resulting in the increased test coverage.
Showing
- lwr/framework.py 30 additions, 11 deletionslwr/framework.py
- lwr/lwr_client/manager.py 43 additions, 6 deletionslwr/lwr_client/manager.py
- lwr/routes.py 2 additions, 2 deletionslwr/routes.py
- test/check.py 5 additions, 3 deletionstest/check.py
- test/integration_test.py 49 additions, 34 deletionstest/integration_test.py
- test/test_utils.py 8 additions, 3 deletionstest/test_utils.py
Loading
Please register or sign in to comment