-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up testing and CI #7
Comments
With the increasing amount of issues, I had some thoughts on this:
In the tests:
Problems:
Thoughts? |
@felixfbecker I'm working on a test suite that uses the approach you've mentioned above: |
@weinand I started on using that approach, but ran into a few issues:
If vscode-debugadapter-node included a class for mocking VS Code in tests, that provided an API like sendSetBreakpointsRequest() etc, that would be extremely helpful. |
@felixfbecker this is what I am working on:
|
👍 |
@weinand as far as I can see you have written these classes in https://github.com/Microsoft/vscode-node-debug/tree/master/src/tests. I think they would make much more sense in their own NPM module so they could be added as devDependency. Will this happen anytime soon or should I copy the files over to my project? |
@felixfbecker I will make this available as part of the npm module after GA (end of March). Until then |
If anyone knows how to do this, help would be appreciated
The text was updated successfully, but these errors were encountered: