Commit 08e40f55 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Shortened test runner script.

parent 6e90f2f1
#!/usr/bin/env python #!/usr/bin/env python
import os import os, re, sys, unittest
import re
import sys
import unittest
TESTS_DIR = 'tests' TESTS_DIR = 'tests'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment