Python testing - มารู้จัก module pytest
ในบล็อกที่แล้ว เราได้พูดกันถึง module unittest แต่บล็อกนี้ เราจะมาคุยถึงอีกทางเลือกนึง นั่นคือ pytest module ฮะ…
ในบล็อกที่แล้ว เราได้พูดกันถึง module unittest แต่บล็อกนี้ เราจะมาคุยถึงอีกทางเลือกนึง นั่นคือ pytest module ฮะ…
We talked about unittest in the recent blog. Now we are going to discuss about pytest.…
Testing คือขั้นตอนการทดสอบโปรแกรม เป็นอีกขั้นที่สำคัญใน development lifecycle ในครั้งนี้ เราจะพูดถึง unittest กันฮะ…
Testing is an essential stage in development lifecycle. Without testing, how do we certain if our program works best and has no critical bugs?…
เขียน DAG เรียบร้อย อย่าลืมเช็ค test case กันด้วยนะ…
Prepare a test to ensure the pipeline is good enough to deploy…