spenceforce / pdb-attach

A python debugger that can attach to running processes.
BSD 3-Clause "New" or "Revised" License
30 stars 1 forks source link

Add test infrastructure for more intricate end to end tests. #19

Open spenceforce opened 2 years ago

spenceforce commented 2 years ago

Current end to end tests pipe stdin from a file, but this makes it impossible to send EOF to the interactive console. Consider adding similar functions like the old (now removed) ones used for end to end tests, but ones that aren't as clunky as those predecessors.