Testing Django login and registration forms with Pytest and Selenium
One of my goals while working on my current Django project is to get to grips with unit and functional testing. A commonly-used framework for testing Python code is Pytest, which allows us to write tests using fixtures to initialise test data and to ...
nomadiq.hashnode.dev5 min read
Lakshmi Narasimman
DevOps | Go | Python | Redis | Linux | AWS
Hi Owen, nice article.