Merge branch 'master' into testdata-lfs

This commit is contained in:
2021-04-25 20:30:16 +03:00
20 changed files with 504 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
"""Helpers for pytest tests."""
# SPDX-FileCopyrightText: 2019 Christopher Kerr <chris.kerr@mykolab.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
import os
import pytest

View File

@@ -1,5 +1,9 @@
"""Tests for loading Arbin .res files."""
# SPDX-FileCopyrightText: 2019-2020 Christopher Kerr <chris.kerr@mykolab.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
import os
import sqlite3
import subprocess

View File

@@ -1,5 +1,9 @@
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: 2013-2020 Christopher Kerr <chris.kerr@mykolab.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
import os.path
import re
from datetime import datetime