Skip to content

Elise-Lennion/CF_Tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CF_Tester

A tester for helping when solving/debugging problems at Codeforces.

Features:

  • Fetch testcases inputs and outputs, provided contest number and problem letter
  • Test executable of your code with stored inputs and compare stored outputs with obtained outputs
  • Support manually adding testcases

OBS:

  • Currently TLE verdict isn't supported.
  • To work properly it requires that folders named 'input' and 'output' exist in the same folder of the tester.
  • Probably not bug-free, will be fixing bugs as soon as I find them.

Basic usage:

python test_codeforces.py --help

About

A tester for problems from Codeforces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages