vscode-python-test-adapter
Python Test Adapter for the VS Code Test Explorer
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- Dockerfile
- ci.yml
- extensions.json
- launch.json
- settings.json
- tasks.json
- icon.png
- run-button.png
- screenshot.png
- __init__.py
- discovery_output_plugin.py
- __init__.py
- __init__.py
- configurationFactory.ts
- placeholderAwareWorkspaceConfiguration.ts
- pythonExtensionAwareWorkspaceConfiguration.ts
- vscodeWorkspaceConfiguration.ts
- workspaceConfiguration.ts
- noopOutputChannel.ts
- vscodeOutputChannel.ts
- defaultLogger.ts
- logger.ts
- logOutputChannel.ts
- pytestJunitTestStatesParser.ts
- pytestTestCollectionParser.ts
- pytestTestRunner.ts
- testplanJSONBasedTestLoader.ts
- testplanJunitTestStatesParser.ts
- testplanPatternsBasedTestLoader.ts
- testplanTestLoader.ts
- testplanTestRunner.ts
- unittestScripts.ts
- unittestSuitParser.ts
- unittestTestRunner.ts
- collections.ts
- fs.ts
- strings.ts
- tests.ts
- environmentVariablesLoader.ts
- idGenerator.ts
- loggingOutputCollector.ts
- main.ts
- processRunner.ts
- pythonRunner.ts
- pythonTestAdapter.ts
- testRunner.ts
- launch.json
- settings.json
- arithmetic.py
- invalid_syntax_test.py
- non_existing_module_test.py
- add_test.py
- __init__.py
- add_test.py
- pytest.ini
- test_simple.py
- describe_test.py
- env_variables_test.py
- fixture_test.py
- generate_test.py
- inner_fixture_test.py
- string_test.py
- subprocess_test.py
- test_minimal.tavern.yaml
- pytest.ini
- pytest_runner.bat
- pytest_runner.sh
- settings.json
- test_sleep.py
- settings.json
- test_plan.py
- test_plan.py
- test_plan_parts.py
- settings.json
- test_plan.py
- settings.json
- __init__.py
- test_with_initialization_output.py
- __init__.py
- test_add.py
- __init__.py
- test_invalid_syntax_failed.py
- test_invalid_test_id.py
- __init__.py
- test_add.py
- test_string.py
- __init__.py
- test_with_setup.py
- test_without_init.py
- .env
- test_env_variables.py
- test_invalid_import_failed.py
- __init__.py
- __init__.py
- test_non_existing_module_failed.py
- settings.json
- test_sleep.py
- settings.json
- .env
- settings.json
- settings.json
- settings.json
- settings.json
- settings.json
- settings.json
- settings.json
- settings.json
- settings.json
- .env
- .gitignore
- samples-workspace.code-workspace
- environmentParsing.test.ts
- idGenerator.test.ts
- placeholderAwareWorkspaceConfiguration.test.ts
- pytestArguments.test.ts
- pytestGeneral.test.ts
- pytestScript.test.ts
- pythonTestAdapter.test.ts
- testCancellation.test.ts
- testplanGeneral.test.ts
- unittestGeneral.test.ts
- unittestSuitParser.test.ts
- utilities.test.ts
- utilities.ts
- vscodeWorkspaceConfiguration.test.ts
- helpers.ts
- pytest.ts
- testConfiguration.ts
- mocha-runner.ts
- tslint.json
- vscode-runner.ts
- .azure-pipelines.yml
- .gitattributes
- .gitignore
- .prettierrc.json
- .vscodeignore
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- requirements.txt
- tox.ini
- tsconfig.json
- tslint.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/kondratyev-nv/vscode-python-test-adapter
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd vscode-python-test-adapter
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
