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
The conformity checks in check-conformity.py are currently only represented as a standard Python script. Instead, leverage the Pytest framework and translate these checks into actual test cases.
The conformity checks in
check-conformity.pyare currently only represented as a standard Python script. Instead, leverage the Pytest framework and translate these checks into actual test cases.