Skip to content

Vishnu-ve56/team2_hw1_ase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team2_hw1_ase

Test Runs GitHub Github DOI

This is a Repository for HW1 ASE CSC 591 Course.

This is a command line parser written in python which implements the functionalities of a lua script provided in class.

Pre-requisites

To run these scripts, download the latest version of Python

Installation

To run the file just:

    - Enter the neccesary HW folder by using `cd HW<Insert Homework Number>`

    - To run all tests, run the command `python -m src.main -g ALL`
    
    - To run a specific test, run the command `python -m src.main -g <test-name>`
    
    - To see the help section, run the command `python -m src.main -h`