Skip to content
Snippets Groups Projects

Toggling pregrading and Identifying blank solutions

Open Ghost User requested to merge feature/toggle-pregrading into develop
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -170,7 +170,7 @@ def exam():
@pytest.fixture
def problem():
return Problem(name='', grading_policy=1)
return Problem(name='')
@pytest.fixture
Loading