Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Update Mono test
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jun 27, 2020
1 parent 3ff739c commit 2196457
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_dockerjudge.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ def test_PyPy(self):
self.assertEqual(PyPy().compile, PyPy(3).compile)
self.assertEqual(PyPy().judge, PyPy(3).judge)

def test_mono(self):
self.assertTrue(Mono(Mono.Language.csharp).source.endswith('.cs'))
self.assertEqual(Mono().source, Mono(Mono.Language.csharp).source)


class TestDockerJudge(unittest.TestCase):

Expand Down

0 comments on commit 2196457

Please sign in to comment.