https://github.com/elnardu/fasttest-lab10
https://github.com/elnardu/fasttest-lab10
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elnardu/fasttest-lab10
- Owner: elnardu
- License: mit
- Created: 2018-04-10T04:26:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T13:27:08.000Z (about 8 years ago)
- Last Synced: 2025-02-02T05:26:18.374Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.