Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
noobsummer
/
pythonVSCode
Public
forked from
DonJayamanne/pythonVSCode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonVSCode
src
client
unittests
unittest
on
testing
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 25, 2018
Clicking 'Run Test' code lens for a test class should not run all tests in the file
Show description for 7ec39f6
DonJayamanne
authored
7ec39f6
View commit details
Copy full SHA for 7ec39f6
View code at this point
Browse repository at this point
Commits on Mar 15, 2018
Add support to use experimental debugger when debugging python unit tests (#1046)
Show description for 637efc4
DonJayamanne
authored
637efc4
View commit details
Copy full SHA for 637efc4
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Debugging unit tests without having to attach to the debugger (#990)
Show description for ece0479
DonJayamanne
authored
ece0479
View commit details
Copy full SHA for ece0479
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
Release 0.9.1 (#458)
Show description for 9c3d9f7
DonJayamanne
authored
9c3d9f7
View commit details
Copy full SHA for 9c3d9f7
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
Use localhost instead of 0.0.0.0 for all local socket servers (#417)
Show description for 68f6626
DonJayamanne
authored
68f6626
View commit details
Copy full SHA for 68f6626
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Ability to install modules using pip or conda (#380)
Show description for b0fb5c0
DonJayamanne
authored
b0fb5c0
View commit details
Copy full SHA for b0fb5c0
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
Fix linters to make use of the new python code execution framework (#360)
Show description for 4b34f7d
DonJayamanne
authored
4b34f7d
View commit details
Copy full SHA for 4b34f7d
View code at this point
Browse repository at this point
Commits on Dec 5, 2017
Re-factor code python execution framework (#345)
Show description for 7efb558
DonJayamanne
authored
7efb558
View commit details
Copy full SHA for 7efb558
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Fix debugging tests (#304)
Show description for 2b7dc71
DonJayamanne
authored
2b7dc71
View commit details
Copy full SHA for 2b7dc71
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Add telemetry (#6)
Show description for 45530ab
DonJayamanne
authored
45530ab
View commit details
Copy full SHA for 45530ab
View code at this point
Browse repository at this point
Commits on Nov 1, 2017
#1228 multi root master (#2)
Show description for 2bc6b2e
DonJayamanne
authored
2bc6b2e
View commit details
Copy full SHA for 2bc6b2e
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
fix #1041 when debugging a test do not cancel it when re-discovering tests (#1354)
Show description for 45a456b
DonJayamanne
authored
45a456b
View commit details
Copy full SHA for 45a456b
View code at this point
Browse repository at this point
fix 948 remove hardcoding of port number (#1353)
DonJayamanne
authored
1e54bd9
View commit details
Copy full SHA for 1e54bd9
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
fix #1298 remove vscode.startDebug command (#1300)
Show description for e1ea437
DonJayamanne
authored
e1ea437
View commit details
Copy full SHA for e1ea437
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
test starts with (#797)
DonJayamanne
committed
1f250df
View commit details
Copy full SHA for 1f250df
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
log collection of test collection
DonJayamanne
committed
3671ccd
View commit details
Copy full SHA for 3671ccd
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
display output channel when debugging
DonJayamanne
committed
99e054f
View commit details
Copy full SHA for 99e054f
View code at this point
Browse repository at this point
ensure results are still captured when debugging
DonJayamanne
committed
14abc70
View commit details
Copy full SHA for 14abc70
View code at this point
Browse repository at this point
ability to configure debug port for unittests
DonJayamanne
committed
dbb599c
View commit details
Copy full SHA for dbb599c
View code at this point
Browse repository at this point
added ability to debug unittests
DonJayamanne
committed
89a6801
View commit details
Copy full SHA for 89a6801
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
#453 #459
DonJayamanne
committed
fcd6611
View commit details
Copy full SHA for fcd6611
View code at this point
Browse repository at this point
fixed linter errors
DonJayamanne
committed
d844e23
View commit details
Copy full SHA for d844e23
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
prompt to configure test framework #459
DonJayamanne
committed
e40252c
View commit details
Copy full SHA for e40252c
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
enable and configure unittest #459
DonJayamanne
committed
2a02301
View commit details
Copy full SHA for 2a02301
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
fixed test runner
DonJayamanne
committed
dad28ec
View commit details
Copy full SHA for dad28ec
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
fix #255
DonJayamanne
committed
498cd18
View commit details
Copy full SHA for 498cd18
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
identify test pattern, fix #386
DonJayamanne
committed
d4e9712
View commit details
Copy full SHA for d4e9712
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
fixed issues in running unittests
DonJayamanne
committed
3e50a68
View commit details
Copy full SHA for 3e50a68
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
fix #307
DonJayamanne
committed
24dd3f4
View commit details
Copy full SHA for 24dd3f4
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
fixed merge issues
DonJayamanne
committed
e4238e6
View commit details
Copy full SHA for e4238e6
View code at this point
Browse repository at this point
fixes #224
DonJayamanne
committed
2268649
View commit details
Copy full SHA for 2268649
View code at this point
Browse repository at this point
unitests using python unittest framework #239
DonJayamanne
committed
a9df1f1
View commit details
Copy full SHA for a9df1f1
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
fixes to unittest #239
DonJayamanne
committed
0574b32
View commit details
Copy full SHA for 0574b32
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
clear counters before tests #239
DonJayamanne
committed
69d133b
View commit details
Copy full SHA for 69d133b
View code at this point
Browse repository at this point
more changes to unittests #239
DonJayamanne
committed
2355f37
View commit details
Copy full SHA for 2355f37
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.