본문 바로가기

프로그래밍 (이동 완료)/Python

Pytest 참고 자료

Pytest tutorial 한글 정리 링크

https://jangseongwoo.github.io/test/pytest_basic/

 

 

 

 

Pytest 참고 할 만한 Github

https://github.com/kevgathuku/pytest-intro

 

 

Unittest 참고 할 만한 Github

https://github.com/gwtw/py-sorting

 

GitHub - gwtw/py-sorting: A collection of sorting algorithms written in Python.

A collection of sorting algorithms written in Python. - GitHub - gwtw/py-sorting: A collection of sorting algorithms written in Python.

github.com

 

Real Python 글

https://realpython.com/pytest-python-testing/#parametrization-combining-tests

 

Effective Python Testing With Pytest – Real Python

In this tutorial, you'll learn how to take your testing to the next level with pytest. You'll cover intermediate and advanced pytest features such as fixtures, marks, parameters, and plugins. With pytest, you can make your test suites fast, effective, and

realpython.com

 

'프로그래밍 (이동 완료) > Python' 카테고리의 다른 글

파이썬 로그  (0) 2023.11.06
파이썬 디자인 패턴  (0) 2023.11.06
Python Application Layouts, Structuring  (0) 2023.09.11
주피터노트북 마크다운 정리  (0) 2023.08.19
cpython, cython, ctype  (0) 2023.08.10