view test/test_unify.py @ 54:35b94053aafb default tip

update to use ssh for upstream src
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Jun 2024 14:27:38 -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)