Categories

Developer

YujiSoftware
YujiSoftware

AtCoder Unit Test v3.1.0

  • rating
  • rating
  • rating
  • rating
  • rating
5.00 (1 reviews)
Generate unit tests from AtCoder's problem page. AtCoder Unit Test

This is an add-on 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)