wolframclient.cli.commands package¶
Submodules¶
wolframclient.cli.commands.benchmark module¶
wolframclient.cli.commands.refactor module¶
wolframclient.cli.commands.start_externalevaluate module¶
wolframclient.cli.commands.test module¶
-
class
wolframclient.cli.commands.test.
Command
(argv=None, name=None)[source]¶ Bases:
wolframclient.cli.utils.SimpleCommand
Run test suites from the tests modules. A list of patterns can be provided to specify the tests to run.
-
dependencies
= (('pytz', '2018.6'), ('numpy', '1.15.3'), ('pillow', '5.3.0'), ('requests', '2.20.0'), ('oauthlib', '2.1.0'), ('pyzmq', '17.1.2'), ('pandas', '0.23.4'), ('unittest-xml-reporting', None), ('aiohttp', '3.4.4'))¶
-
modules
= ['wolframclient.tests']¶
-