Skip to content

Commit

Permalink
(chore) renamed unit_test.py to test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-ashkinaze committed Oct 15, 2024
1 parent 3e8c216 commit c93cc50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run tests
run: |
pytest plurals/unit_test.py
pytest plurals/tests.py
build-and-deploy-docs:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion plurals/unit_test.py → plurals/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ def test_set_all_individual_agent_combination_instructions(self):
)

self.assertNotIn("${previous_responses}", agent2.prompts[0]["user"])

self.assertIn("Counter the previous point:", agent2.prompts[0]["user"])

def test_set_some_individual_agent_combination_instructions(self):
Expand Down

0 comments on commit c93cc50

Please sign in to comment.