main.py (12882:dd87d7f2f3e5) main.py (13540:da30e62884ee)
1#!/usr/bin/env python2
1#!/usr/bin/env python2.7
2'''
3The main source for testlib. Ties together the default test runners and
4loaders.
5
6Discovers and runs all tests from a given root directory.
7'''
8from __future__ import print_function
9

--- 15 unchanged lines hidden ---
2'''
3The main source for testlib. Ties together the default test runners and
4loaders.
5
6Discovers and runs all tests from a given root directory.
7'''
8from __future__ import print_function
9

--- 15 unchanged lines hidden ---