Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit 4f9dfde

Browse files
committed
Issue 20: rename test folder
1 parent 19a6ef1 commit 4f9dfde

8 files changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
license = 'MIT',
1919
url = 'https://github.com/adafruit/Adafruit_Python_GPIO/',
2020
install_requires = requires,
21+
test_suite = 'tests',
2122
packages = find_packages())

test/MockGPIO.py tests/MockGPIO.py

File renamed without changes.

tests/__init__.py

Whitespace-only changes.
File renamed without changes.

test/test_I2C.py tests/test_I2C.py

File renamed without changes.

test/test_PWM.py tests/test_PWM.py

File renamed without changes.
File renamed without changes.

test/test_SPI.py tests/test_SPI.py

File renamed without changes.

0 commit comments

Comments
 (0)