Skip to content

Commit d33cf3b

Browse files
committed
added placeholder for arch decision record
1 parent 3e7933a commit d33cf3b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

codeflare/tests/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Architecture decision record
2+
3+
Test framework for ray-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+
12+
## Unit test coverage
13+
14+

codeflare/tests/test_and.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import pytest
2+
import ray
3+
from hercules.Datamodel import Xy
4+
from hercules.Datamodel import XYRef
5+
import hercules.Datamodel as dm
6+

0 commit comments

Comments
 (0)