Skip to content
  • About
  • Contact
    • Gracias un chingo

Python Marketer

Cross-Disciplinary Programming Explorations

Category: software testing

Written by pythonmarketerMarch 21, 2020January 13, 2021

Automating pytest on Windows with a .bat file, Python, Task Scheduler and Box

Automatic pytest Testing and Failure Alert Monitoring This is my solution to replace manually running pytest each day in command prompt. I want to automate running pytest every day, test if my automated python scripts ran smoothly and get notified if any tests fail. Installing pytest, a python testing library: python -m pip install pytest […]

Written by pythonmarketerDecember 5, 2019January 17, 2021

A Collection of Software Testing Opinions for Python and Beyond

I am a beginner to testing my code. I wanted to write about testing to better understand it. While shaping this link fest masquerading as an essay, I collected great ideas from people who are way more experienced than me. You’ll find a few of my thoughts, a Pytest example I use to monitor files, […]

Blog at WordPress.com.
Cancel