Rspec and BDD
March 1, 2024
Context # In my latest job, after several years of working with Ruby on Rails, I had the opportunity to switch to a Python project for a few months. It was my first substantial and professional experience with Python, and one of the initial distinctions I encountered was in the testing framework. After working with RSpec for a while, I suddenly found myself face-to-face with Pytest. Initially, it felt unfamiliar, and I struggled to conceptualize and organize my tests. ...