AtCoder Unit Test

#5 / 1 rate

AtCoder Unit Test

835 users

2020-05-27

YujiSoftware

yuji.software+chrome@g...

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Hot Permissions

Description

Generate unit tests from AtCoder's problem page.

This is an extension that generates unit tests from the AtCoder problem page.
1. Open the AtCoder problem page
2. Click the icon on the toolbar
3. "Paste" in any editor

Now you are ready to run your unit tests.
When you run a test, it sends example input to the program and checks the output.
All green is OK. Submit it!

Tips: Since the contents of standard output (stdout) are captured, when debugging printf, go to error output (stderr).

Supported languages: Python3 (unittest), Java (JUnit5), Kotlin (JUnit5), C# (MS Test), Go, Ruby (RSpec)