We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7933a commit d33cf3bCopy full SHA for d33cf3b
codeflare/tests/README.md
@@ -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
@@ -0,0 +1,6 @@
+import pytest
+import ray
+from hercules.Datamodel import Xy
+from hercules.Datamodel import XYRef
+import hercules.Datamodel as dm
0 commit comments