Skip to content

Commit 163d7ca

Browse files
Update test_stepper.py
1 parent de07607 commit 163d7ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/test_stepper.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5+
"""
6+
`test_stepper`
7+
====================================================
8+
9+
Tests stepper functionality.
10+
11+
* Author(s): ladyada
12+
"""
13+
14+
__version__ = "1.0.0"
15+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Motor.git"
16+
517
import os
618
import sys
719
from unittest.mock import MagicMock
@@ -16,6 +28,8 @@
1628

1729

1830
class Coil:
31+
"""Class Coil"""
32+
1933
def __init__(self):
2034
self._duty_cycle = 0
2135

0 commit comments

Comments
 (0)