Skip to content

Commit 3cf6b40

Browse files
author
brentru
committed
add date
1 parent 85df52c commit 3cf6b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_date.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
99
# SPDX-License-Identifier: Python-2.0
1010
# Implements a subset of https://github.com/python/cpython/blob/master/Lib/test/datetimetester.py
11+
# NOTE: This test is based off CPython and therefore linting is disabled within this file.
12+
# pylint:disable=invalid-name, no-member, wrong-import-position, undefined-variable, no-self-use, cell-var-from-loop, misplaced-comparison-constant, too-many-public-methods
1113
import sys
1214
import unittest
1315

0 commit comments

Comments
 (0)