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
Some autograders (Ex: SQL assignments) generate output intended for students. Can capsys automatically be used in the pytest plugin to set the test's output?
Also, make parentheses optional for both the @required decorator and the @output decorator.
Some autograders (Ex: SQL assignments) generate output intended for students. Can capsys automatically be used in the pytest plugin to set the test's output?
Also, make parentheses optional for both the
@requireddecorator and the@outputdecorator.