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

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/NJACKWinterOfCode/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

Made with ❤ by Aashutosh Rathi