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) |
||
(One intermediate revision by the same user not shown) | |||
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] |
+ | * [[VPP/2022 Make Test Use Case Poll|2022 VPP Make Test Use Case Poll]] |
Latest revision as of 13:59, 14 September 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.