Mercurial > hg > silvermirror
view test/test_unify.py @ 50:4b2c3be35225
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 13 Aug 2021 15:16:54 -0700 |
parents | 7364d06af5b9 |
children |
line wrap: on
line source
# Requires `pytest` import os from silvermirror import unify HERE = os.path.dirname(os.path.abspath(__file__)) CONF = os.path.join(HERE, 'silvermirror.ini') def test_read_config(): unify.read_config(CONF)