HackerRank Test Case Generator

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).

Mentions

  • Blog post on experince in NWoC 2018 by Rounak Agarwal.
  • Selected as project in GSSoC 2019
  • Selected as project in NJACKWinterOfCode 2018

Python Codes and Examples

Logic File TC Generator File
C / C++ / Java / Python TC Generator

Install

How to Use ? 😃

  • 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.

  • Activate virtualenv (Linux)

   $ source ./venv/bin/activate
  • Activate virtualenv (Windows)

   $ 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

How it Works ? 🤔

Demo

Stargazers over time 📈

Stargazers over time

Made with ❤ by Aashutosh Rathi