* Add variables and evaluate tests
* Add sort order and evaluate tests
* Ensure the last output is seen
* Add stop on entry tests, normal and abnormal exit tests
* Fix tests for 2.7
* Fix minor linting issue
* Add support for debug console completion
* Add test files
* Adding tests
* Add supportsCompletionsRequest to _requests
* Add test for bad request
* Fix sorting issue in test
* Address comments
* Remove unsupported test for completions
* Add required argument to completions request in tests
* Fix linter issues
* Add flake8 configuration files
- .flake8.ci: addendum config for CI to make use of only.
* Add build badge for CI in VSTS
* Enable JUnit style test file output.
- convert_args return value simplified
- allow original style of unittest reporting as well
- remove unnecessary flags from junit xmlrunner
* Use argparse to collect runtime configuration of tests module
* Add set debugger property to support VS just my code
* Just my code initial code
* Limit continue to stepping and exceptions
* Improve skipping non-user code
* Fix tests
* Just my code shoudl skip ptvsd files
* fixes and updates (#1)
* Fix typo
* Use CMD_STEP_INTO_MY_CODE and CMD_SET_PROJECT_ROOTS
* Update tests to reflect the new pydevd exception breakpoint cmd args
* Fixes and improvements
* Simplify and refactor debug options
* Test fix and fix for debug property request handler for VS
* More fixes
* Test fixes
* Address comments
* Bunch of test fixes (#2)
* Test fixes
* Restoring auto-continue till pydev side work is done.