test: use message.Parse for fakeapi import parser

This commit is contained in:
James Houlahan
2020-09-15 07:57:01 +02:00
parent dc5387a512
commit 46e5cb9c83
2 changed files with 15 additions and 20 deletions

View File

@ -47,6 +47,12 @@ test-debug:
test-live-debug:
TEST_ENV=live dlv test -- $(FEATURES)
test-ie-debug:
TEST_APP=ie TEST_ENV=fake TEST_ACCOUNTS=accounts/fake.json dlv test -- $(FEATURES)
test-live-ie-debug:
TEST_APP=ie TEST_ENV=live dlv test -- $(FEATURES)
# -run flag is not working anyway, but lets keep it there to note we really do not want to run tests.
# To properly benchmark sync/fetch, we need everything empty. For that is better to start everything
# again and safest way is to run only one loop per run.