Skip to content

Commit

Permalink
(no-ticket) Refactor problems tests into smaller, more manageable mod…
Browse files Browse the repository at this point in the history
…ules

Change-Id: I68acd4404ec33712a1d8a71d4156a99c16d6728a
  • Loading branch information
jmolinski committed Jun 8, 2021
1 parent cb98ab6 commit 0916091
Show file tree
Hide file tree
Showing 14 changed files with 3,510 additions and 3,433 deletions.
3,433 changes: 0 additions & 3,433 deletions oioioi/problems/tests.py

This file was deleted.

7 changes: 7 additions & 0 deletions oioioi/problems/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .utilities import (
DummyContestController,
DummyPackageBackend,
DummySource,
TestProblemController,
dummy_handler,
)
Loading

0 comments on commit 0916091

Please sign in to comment.