summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-10 15:05:08 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-10 15:05:08 +1100
commitf07a56fa3b10b767960029c82bb2ab7af29e7a04 (patch)
treee066dccb9f27dac2b894b9f97bd283385121164f
parent4351d16e62183720464dc9b7c910b87a36aa270b (diff)
downloadmicropython-f07a56fa3b10b767960029c82bb2ab7af29e7a04.tar.gz
micropython-f07a56fa3b10b767960029c82bb2ab7af29e7a04.zip
tests/extmod: Rename websocket test to websocket_basic.
This is so that the filename of the test doesn't clash with the module name itself (being "websocket"), and lead to potential problems executing the test.
-rw-r--r--tests/extmod/websocket_basic.py (renamed from tests/extmod/websocket.py)0
-rw-r--r--tests/extmod/websocket_basic.py.exp (renamed from tests/extmod/websocket.py.exp)0
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/extmod/websocket.py b/tests/extmod/websocket_basic.py
index 770836c8eb..770836c8eb 100644
--- a/tests/extmod/websocket.py
+++ b/tests/extmod/websocket_basic.py
diff --git a/tests/extmod/websocket.py.exp b/tests/extmod/websocket_basic.py.exp
index 2d7657b535..2d7657b535 100644
--- a/tests/extmod/websocket.py.exp
+++ b/tests/extmod/websocket_basic.py.exp