comparison tests/data/conf2.py @ 93:84b9578cacce

Start with unit tests
author Franz Glasner <hg@dom66.de>
date Sun, 18 Mar 2018 14:44:41 +0100
parents
children
comparison
equal deleted inserted replaced
92:75738d488e9d 93:84b9578cacce
1 # -*- coding: utf-8 -*-
2
3 __all__ = ["key1", "nonexistingkey"]
4
5 key1 = u"the next value"
6 key2 = "non-exported value"