One Click Test Case Generation for HackerRank Problems.
Are you a Problem Author?
The toughest part of creating a problem is creating tricky, correct and constrained Test Cases.
Well, Here is one Click Python Code, for your respective logic(solution).
- Blog post on experince in NWoC 2018 by Rounak Agarwal.
- Selected as project in GSSoC 2019
- Selected as project in NJACKWinterOfCode 2018
Logic File | TC Generator File |
---|---|
C / C++ / Java / Python | TC Generator |
-
Clone the repository
$ git clone https://github.com/aashutoshrathi/HackerRank-Test-Case-Generator.git
-
Create a virtual environment
$ virtualenv venv
, click here to read about activating virtualenv.
$ source ./venv/bin/activate
$ cd venv/Scripts/
$ activate
$ pip install -r requirements.txt
- Go to
sh tc_generator
and run the project.
$ cd tc_generator/
$ python tc_gen.py
Made with ❤ by Aashutosh Rathi