Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am glcox on github.
* I am glcox (https://keybase.io/glcox) on keybase.
* I have a public key ASBb-AT-Y09UBSxzrNDSnnyRqQWf978X-wko2bvTOrPCfAo
To claim this, I am signing this object:
#!/usr/bin/env python3
'''
FIXME
'''
import sys
import argparse
# def func(commit, debug):
def main(prog_args=None):
@glcox
glcox / gist:90284cbdcb7d0fe8b182acb748c55b65
Created October 12, 2022 23:33
Python Unit Testing Framework
# Assumes 'tests' directory under the main code
#
# python -B -m unittest discover -f -s tests
# context.py
'''
Adjustments to allow the tests to be run against the local module
'''
import os