Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Fill in some gaps in the project files. #4

Merged
merged 6 commits into from
Jan 9, 2018

Conversation

ericsnowcurrently
Copy link
Member

This is an effort to establish a foundation for future work. In particular, I'm planning on the following in the near future:

  • add a variety of tests
  • set up CI (including a coverage check)
  • clean up lint errors

args = ['discover',
'--start-directory', PROJECT_ROOT,
] + args
return [sys.executable + ' -m unittest'] + args
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this command line just put the path to unittest/__main__.py in argv[0]?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, effectively. It's the way unittest.main() likes it though.

@ericsnowcurrently ericsnowcurrently merged commit 4cdd5f5 into microsoft:master Jan 9, 2018
@ericsnowcurrently ericsnowcurrently deleted the meta-cleanup branch January 9, 2018 22:21
karthiknadig added a commit that referenced this pull request Mar 14, 2019
…epping (#1235)

* Switch to json requests in wrapper

* Add json handler for pause, continue, next, stepIn, and stepOut

* Tweaks to get stuff working

* Add pydevd tests for json requests

* Address comments (#4)
fabioz pushed a commit to fabioz/ptvsd that referenced this pull request Jan 23, 2020
Fix microsoft#3: Child processes aren't auto-killed reliably
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants