Skip to content

Commit 2cbf9e8

Browse files
committed
Fix bug in running tests from setup.py and class name typo in docs.
1 parent d66fe91 commit 2cbf9e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/interfaces/socketcan_ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ available natively in the Python socket module.
1111
Bus
1212
----
1313

14-
.. autoclass:: can.interfaces.socketcan_ctypes.SocketscanCtypes_Bus
14+
.. autoclass:: can.interfaces.socketcan_ctypes.SocketcanCtypes_Bus
1515

1616

1717

doc/interfaces/socketcan_native.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://www.kernel.org/doc/Documentation/networking/can.txt
2222
Bus
2323
---
2424

25-
.. autoclass:: can.interfaces.socketcan_native.SocketscanNative_Bus
25+
.. autoclass:: can.interfaces.socketcan_native.SocketcanNative_Bus
2626

2727

2828
Internals

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828

2929
# Tests can be run using `python setup.py test`
3030
test_suite="nose.collector",
31-
tests_require=['mock']
31+
tests_require=['mock', 'nose']
3232
)

0 commit comments

Comments
 (0)