文件名称:SublimeTestPlier:从项目中快速运行python测试
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-24 09:12:25
osx iterm2 sublime-text pytest unittest
崇高测试钳 掌握 开发 此插件允许python开发人员从项目环境中快速运行(单个或多个)测试。 前言 与不同,该通常使用正则表达式模式查找要运行的给定测试,Sublime Test Plier解析源,并找到其定义包含插入符号位置的类/方法/函数。 该发现结果作为命名参数的测试命令,它可以是任何东西(通过py.test , nosetests , python manage.py或your-own-test-runner )。 用法 最简单的用法就是运行构建系统。 ctrl + shift + b (在OSX上为super + shift + b )并选择test_plier-Python从构建系统选择下拉列表中进行测试,使用一次后,您可以按ctrl + b (在OSX上为super + b )运行构建再次系统。 或者,选择test_plier-Python测试(外部)以在运行测试。 注
【文件预览】:
SublimeTestPlier-develop
----.travis.yml(367B)
----.coveragerc(46B)
----Main.sublime-menu(728B)
----pytest.ini(178B)
----messages()
--------1.3.0.txt(937B)
--------1.2.0.txt(380B)
--------install.txt(277B)
--------1.1.0.txt(333B)
----tests()
--------_fixture.py(806B)
--------__init__.py(0B)
--------test_command.py(6KB)
--------sublime_mock.py(2KB)
----tox.ini(201B)
----LICENSE(1KB)
----test_parser.py(7KB)
----CONTRIBUTING.md(837B)
----__init__.py(0B)
----messages.json(111B)
----Default.sublime-commands(87B)
----.gitignore(85B)
----python_test_plier.py(8KB)
----test-reqs.txt(149B)
----CODE_OF_CONDUCT.md(3KB)
----SublimeTestPlier.sublime-build(206B)
----SublimeTestPlier.sublime-settings(198B)
----README.md(8KB)
----utils()
--------launch_in_iterm.applescript(1KB)
--------__init__.py(4KB)
--------run_externally.py(527B)