An open API service indexing awesome lists of open source software.

https://github.com/elnardu/fasttest-lab10


https://github.com/elnardu/fasttest-lab10

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Faster version of testall for lab10 cs240

## Usage
1. Make a copy of your files JUST IN CASE SOMETHING GOES WRONG
2. `wget https://raw.githubusercontent.com/elnardu/fasttest-lab10/master/fasttestall.py`
This will download the script into the current folder
3. `chmod +x fasttestall.py`
Makes script executable
4. `./fasttestall.py`

Please ignore kill messages.
Please test your code with `./testall` when you are done.