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

Commit 2196457

Browse files
committed
Update Mono test
1 parent 3ff739c commit 2196457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test_dockerjudge.py

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ def test_PyPy(self):
3636
self.assertEqual(PyPy().compile, PyPy(3).compile)
3737
self.assertEqual(PyPy().judge, PyPy(3).judge)
3838

39+
def test_mono(self):
40+
self.assertTrue(Mono(Mono.Language.csharp).source.endswith('.cs'))
41+
self.assertEqual(Mono().source, Mono(Mono.Language.csharp).source)
42+
3943

4044
class TestDockerJudge(unittest.TestCase):
4145

0 commit comments

Comments
 (0)