Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 216 Bytes

File metadata and controls

22 lines (13 loc) · 216 Bytes

Pytest-jan

Pytest-jan

Example of Blog and Testing

created mytest venv

pip install Flask pytest

app.py

  • welcome
  • create blog
  • blog posts

testing.py

  • welcome
  • create blog
  • blog posts