File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PYTHONPATH=/app pytest
32
32
** Running the Accuracy test hits the OpenAI endpoint and is expensive! Only run this test infrequently**
33
33
34
34
To run the accuracy threshold test, follow directions in ` README.md ` to set up your local
35
- environment for running the Rubric Tester. You can then run ` .bin/test_accuracy.sh ` to run
35
+ environment for running the Rubric Tester. You can then run ` ./ bin/test_accuracy.sh ` to run
36
36
tests locally, including the accuracy threshold test.
37
37
38
38
You can pass any arguments to pytest with this script. For instance, the ` -k ` argument can filter tests by name:
Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ def test_accuracy(self):
17
17
with mock .patch ('sys.argv' , ['rubric_tester.py' , '-a' ]):
18
18
ret = main ()
19
19
assert ret == True
20
-
You can’t perform that action at this time.
0 commit comments