for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
utils
--------
Contains test utilities.
import os
def dir_tests(*paths):
dirname = os.path.dirname(__file__)
return os.path.abspath(os.path.join(dirname, *paths))