quicktex/tests/__init__.py
Andrew Cassidy 94d88c7e00 Remove nose dependence
Also move test images into the base repo because they're not very big anyways
2022-04-09 22:20:09 -07:00

5 lines
114 B
Python

import os.path
import unittest
images_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'images')