|
|
|
|
|
by realusername
1647 days ago
|
|
> I've never used rspec but it sounds like pytest and hypothesis would do the job Sorry it really does not, having factorybot + rspec + rspec-mocks really is a super power when it comes in testing. The issue is that most of the time I land on a django project, it has really poor testing whereas most of the time I land on a Rails project, it has very close to complete testing. The reason is that the tests are more tedious to write. And this culture trickles down to your dependencies as well. Anything you install with rails is almost guaranteed to have the upmost quality of testing. |
|