Anton Mishchuk

Results 31 comments of Anton Mishchuk

Hey @jfacoustic ! I think 'mix espec --stale' is something similar. Check this PR: https://github.com/antonmi/espec/pull/292 But watching files is a good idea. If you have enthusiasm, PR are welcome!

Hey @AlexMcConnell ! Sorry for the late response. A couple of years ago ESpec had syntax like: ``` expect(actual).to eq(expected) ``` And, actually, that was an initial idea behind ESpec...

Sounds great @andrei-mihaila ! But I have to check this in detail. It's been a while since this functionality was built. :)

Yeah! I love the idea!

Hi, @Zeeker ! Sorry for the late response, I needed some time to investigate the problem. Let me share my suggestions. For now, all the Elixir PBT functionality is in...

Hi, @whatyouhide ! Yeap, you are right! There is no need to make changes on your side. Sorry to bother you.

Hi @Zeeker ! Thank you for investigating! Absolutely agree with you about 'let' feature. My main point is - we definitely need to build PBT functionality on top of stream_data...

Hey @lorenzosinisi ! ESpec itself also has both exunit and espec tests. What I do (locally and in CI) is just running two commands: ‘mix test’ and ‘mix espec’. See...

Hi, @Zeeker ! Interesting idea! Thank you!