malor / cpython-lldb

LLDB extension for debugging Python programs
MIT License
80 stars 4 forks source link

Add support for testing in Docker containers #2

Closed malor closed 6 years ago

malor commented 6 years ago

Using official Python Docker images + built LLDB packages seems to be the easiest way to test on different CPython versions, so let's give it a try.

Tests currently pass on CPython 3.6 and 3.7. 3.4 and 3.5 seem to have some problems with pretty-printing of dictionaries.