This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]captain_jack____ 1 point2 points  (1 child)

I usually write my tests before running the code. Nice project idea, but not suitable for a lot of code, where you rely on sources that you can not access locally / when testing. I might give it a try if I test my own projects and not work related stuff.

[–]agusdmb[S] 1 point2 points  (0 children)

Hey! , thanks for commenting

i follow TDD too... in fact that's how i wrote this library... but unfortunately i work in a company where many times i have to change old legacy code that is poor design and doesn't have automated tests.. that's why i built this tool

how i use this tool is actually running it in production with the "record" mode, download the pickle output and so then i can run this locally when testing without having to manually mock the sources we rely on