Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 960 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 960 Bytes

uz

Robocontest Test Generator

While adding new problems to robocontest.uz, some new users have problems with generating test cases. This repo might be helpful!

How to use

clone this project

git clone https://github.com/Asadbek525/robocontest_test_generator.git

enter working directory

cd robocontest_test_generator

start generating test cases

python main.py sample_problem

Enter problem directory

cd sample_problem

Choose your prefernces and start editing generate.cpp or generate.py

After this proccess run generate.py or compile and run generate.cpp

This proccess generates input and output files in tests folder

Finaly you can zip folder by running zipper.py

python zipper.py

You can publish tests.zip file to robocontest.uz