We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66fe91 commit 2cbf9e8Copy full SHA for 2cbf9e8
3 files changed
doc/interfaces/socketcan_ctypes.rst
@@ -11,7 +11,7 @@ available natively in the Python socket module.
11
Bus
12
----
13
14
-.. autoclass:: can.interfaces.socketcan_ctypes.SocketscanCtypes_Bus
+.. autoclass:: can.interfaces.socketcan_ctypes.SocketcanCtypes_Bus
15
16
17
doc/interfaces/socketcan_native.rst
@@ -22,7 +22,7 @@ https://www.kernel.org/doc/Documentation/networking/can.txt
22
23
---
24
25
-.. autoclass:: can.interfaces.socketcan_native.SocketscanNative_Bus
+.. autoclass:: can.interfaces.socketcan_native.SocketcanNative_Bus
26
27
28
Internals
setup.py
@@ -28,5 +28,5 @@
29
# Tests can be run using `python setup.py test`
30
test_suite="nose.collector",
31
- tests_require=['mock']
+ tests_require=['mock', 'nose']
32
)
0 commit comments