Skip to content

Commit

Permalink
Blockly: Disabled tests (they are deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Dec 17, 2017
1 parent 2da0d65 commit 5d8ae25
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions blockly/tests/test_backend_blocklylogics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@


def setUpModule():
bs = MockBackendServer()
sh = bs._sh
cherrypy.tree.mount(Root(backendserver=bs,developer_mode=True), '/')
cherrypy.engine.start()
# bs = MockBackendServer()
# sh = bs._sh
# cherrypy.tree.mount(Root(backendserver=bs,developer_mode=True), '/')
# cherrypy.engine.start()
pass
setup_module = setUpModule


def tearDownModule():
cherrypy.engine.exit()
# cherrypy.engine.exit()
pass
teardown_module = tearDownModule


Expand Down

0 comments on commit 5d8ae25

Please sign in to comment.