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
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -135,7 +135,7 @@ def exam():
@pytest.fixture
def problem():
return Problem(name='')
return Problem(name='', grading_policy=1)
@pytest.fixture
Loading