Skip to content

Instantly share code, notes, and snippets.

@Kyly
Kyly / AntTester.py
Last active August 29, 2015 14:09 — forked from Antrikshy/tester-pa3.py
#!/usr/bin/env python
import os, sys, subprocess, time
import filecmp as fc
# Get the total number of args passed to the demo.py
argc = len(sys.argv)
usage = " Usage: ./tester-pa3.py <testsDirectoryName>"
# Check if correct number of args where given
if argc != 2: