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
tests/test_fixtures.py currently collects dicts and lists that are defined at the top-level of test files, and validates whether they are valid OCDS.
In some of the updated test files for compiled release checks, the fixtures are now specified as skipping, passing or failing class attributes. We need to update tests/test_fixtures.py to collect these.
The text was updated successfully, but these errors were encountered:
tests/test_fixtures.py
currently collects dicts and lists that are defined at the top-level of test files, and validates whether they are valid OCDS.In some of the updated test files for compiled release checks, the fixtures are now specified as
skipping
,passing
orfailing
class attributes. We need to updatetests/test_fixtures.py
to collect these.The text was updated successfully, but these errors were encountered: