Skip to content
  • about

PyMarketer

>>> from pymarketer import blog, projects

Tag: pytest

Written by pymarketerMarch 21, 2020October 29, 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 pymarketerDecember 5, 2019October 29, 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.
  • Follow Following
    • PyMarketer
    • Join 86 other followers
    • Already have a WordPress.com account? Log in now.
    • PyMarketer
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...