You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone.
I am using the model test functionality of your cli to test my model. For that I have a bunch of files containing test tuples which then are used by the respective tests. In general the tests look like this:
- name: an-example-test
description: an example description
tuple_file: ./tuples/one-tuple-file.yaml
check:
# a bunch of assertions
Since the upgrade to 0.7.1 yesterday I receive the following error Error: failed to process one or more tuple files either tuple_file or tuple_files or tuples must be provided
With version 0.7.0 everything works like expected.