Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 449 Bytes

File metadata and controls

19 lines (13 loc) · 449 Bytes

Installation

python3 -m venv virtualenv
source virtualenv/bin/activate
pip install git+ssh://git@github.com/socrateasehq/process-test-cases#egg=process_test_cases

Running

You can check the code for a problem within a given difficulty level or under the misc/ folder.

Testing

If you want to check the code for a problem that starts with abc within folder level_1, you will run

python run.py level_1 abc