-
- Downloads
Merge pull request #593 from scitran/resolver
Server-side resolver
No related branches found
No related tags found
Showing
- api/api.py 2 additions, 0 deletionsapi/api.py
- api/handlers/resolvehandler.py 52 additions, 0 deletionsapi/handlers/resolvehandler.py
- api/resolver.py 199 additions, 0 deletionsapi/resolver.py
- test/bin/lint.sh 1 addition, 1 deletiontest/bin/lint.sh
- test/integration_tests/python/basics.py 47 additions, 0 deletionstest/integration_tests/python/basics.py
- test/integration_tests/python/conftest.py 8 additions, 0 deletionstest/integration_tests/python/conftest.py
- test/integration_tests/python/states.py 34 additions, 0 deletionstest/integration_tests/python/states.py
- test/integration_tests/python/test_resolver.py 39 additions, 0 deletionstest/integration_tests/python/test_resolver.py
api/handlers/resolvehandler.py
0 → 100644
api/resolver.py
0 → 100644
test/integration_tests/python/basics.py
0 → 100644
test/integration_tests/python/states.py
0 → 100644
Please register or sign in to comment