Hacker News new | past | comments | ask | show | jobs | submit login

How much context do you need? An entire memory dump? The complete REPL history? If IO is involved, do you need to somehow guarantee the same files are available at test time with the same contents?

It seems to me the trick is to set sensible limits on the context of the current REPL state preserved at test time, in a way that works for most kinds of common unit tests. I believe this is the "magic" of which you speak.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: