Skip to content

Commit 0c29478

Browse files
committed
Fix nits
1 parent 861d406 commit 0c29478

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PYTHONPATH=/app pytest
3232
**Running the Accuracy test hits the OpenAI endpoint and is expensive! Only run this test infrequently**
3333

3434
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
3636
tests locally, including the accuracy threshold test.
3737

3838
You can pass any arguments to pytest with this script. For instance, the `-k` argument can filter tests by name:

tests/accuracy/test_accuracy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ def test_accuracy(self):
1717
with mock.patch('sys.argv', ['rubric_tester.py', '-a']):
1818
ret = main()
1919
assert ret == True
20-

0 commit comments

Comments
 (0)