-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin O'Hanlon
committed
Dec 31, 2018
1 parent
d03188d
commit 9e1711b
Showing
5 changed files
with
33 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ Table of Contents | |
bluedotpythonapp | ||
dotapi | ||
btcommapi | ||
mockapi | ||
protocol | ||
build | ||
changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Mock API | ||
======== | ||
Blue Dot also contains a useful :mod:`mock` API for simulating Blue Dot and | ||
bluetooth comms. This is useful for testing and allows for prototyping | ||
without having to use a Blue Dot client. | ||
|
||
.. module:: bluedot.mock | ||
|
||
MockBlueDot | ||
----------- | ||
|
||
.. autoclass:: MockBlueDot | ||
|
||
MockBluetoothServer | ||
------------------- | ||
|
||
.. autoclass:: MockBluetoothServer | ||
|
||
MockBluetoothClient | ||
------------------- | ||
|
||
.. autoclass:: MockBluetoothClient |