Skip to content

Commit 4ea1ad4

Browse files
committed
move tests folder to pipelines src tree
1 parent 2fd56c5 commit 4ea1ad4

13 files changed

+234
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Architecture decision record
2+
3+
Select a test framework for Codeflare pipeline.
4+
5+
Contents:
6+
7+
* [Use pytest as test framework](#use-pytest-as-test-framework)
8+
* [Unit test coverage](#unit-test-coverage)
9+
10+
## Use pytest as test framework
11+
PyTest is a testing framework in Python, with simple and easy syntax targeting unit tests and simple functional tests. PyTest can run tests in parallel and automatically detects tests in the test folder. PyTest serves the current goal of testing Codeflare pipelines well.
12+
13+
## Unit test coverage
14+
* And node in the pipeline graph
15+
* Or node in the pipeline graph
16+
17+
Binary file not shown.
1.95 KB
Binary file not shown.
Binary file not shown.
1.84 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)