Add integration test for server package

This commit is contained in:
Reuben Morais
2019-11-27 17:43:47 +01:00
parent d62234e06e
commit e89d62a772
5 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import setuptools.command.develop
import setuptools.command.build_py
parser = argparse.ArgumentParser(add_help=False)
parser = argparse.ArgumentParser(add_help=False, allow_abbrev=False)
parser.add_argument('--checkpoint', type=str, help='Path to checkpoint file to embed in wheel.')
parser.add_argument('--model_config', type=str, help='Path to model configuration file to embed in wheel.')
args, unknown_args = parser.parse_known_args()