Skip to content

Commit 0ea34d9

Browse files
committed
Bring back encoding statement
This is required for Python2-Pytest.
1 parent 19f82c7 commit 0ea34d9

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

β€Žtests/test_iotools.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for `imcflibs.iotools`."""
2+
# -*- coding: utf-8 -*-
23

34
import pytest
45
import zipfile

β€Žtests/test_pathtools.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for `imcflibs.pathtools`."""
2+
# -*- coding: utf-8 -*-
23

34
import pytest
45
from imcflibs.pathtools import parse_path

β€Žtests/test_strtools.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for `imcflibs.strtools`."""
2+
# -*- coding: utf-8 -*-
23

34
import pytest
45
import os

0 commit comments

Comments
Β (0)