librarystandards.py@43c367c8895b
librarystandards.py
Tue, 25 Aug 2020 23:20:22 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Tue, 25 Aug 2020 23:20:22 +0300
- changeset 105
- 43c367c8895b
- parent 96
-
70f8049623ec
- permissions
- -rw-r--r--
split header tests into their own file
from configparser import ConfigParser
from pathlib import Path
from os.path import dirname
ini_path = Path(dirname(__file__)) / 'library-standards.ini'
library_standards = ConfigParser()
with ini_path.open() as file:
library_standards.read_file(file)