Difference between revisions of "VPP/MakeTestFramework"
From fd.io
< VPP
Dwallacelf (Talk | contribs) (Created page with "== Description == The VPP unit test framework (known as 'Make Test') is python script framework built on top of Python's unittest module. == Refactoring VPP Make Test Framew...") |
Dwallacelf (Talk | contribs) |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
− | The VPP unit test framework (known as 'Make Test') is | + | The VPP unit test framework (known as 'Make Test') is a collection of testcase scripts built on top of Python's unittest module. |
== Refactoring VPP Make Test Framework == | == Refactoring VPP Make Test Framework == | ||
− | [https://wiki.fd.io/images/9/94/2022-05-10-Refactoring-VPP-Make-Test-Framework.pdf Proposal for refactoring VPP Make Test Framework] | + | [https://wiki.fd.io/images/9/94/2022-05-10-Refactoring-VPP-Make-Test-Framework.pdf 2022-05-10 Proposal for refactoring VPP Make Test Framework] |
Revision as of 15:53, 22 June 2022
Description
The VPP unit test framework (known as 'Make Test') is a collection of testcase scripts built on top of Python's unittest module.