From c93cc500612b66d1809a77772ea3584a9e8eb444 Mon Sep 17 00:00:00 2001 From: josh-ashkinaze Date: Tue, 15 Oct 2024 09:42:50 -0400 Subject: [PATCH] (chore) renamed unit_test.py to test.py --- .github/workflows/ci.yml | 2 +- plurals/{unit_test.py => tests.py} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename plurals/{unit_test.py => tests.py} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f8c449..9bdda00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/plurals/unit_test.py b/plurals/tests.py similarity index 99% rename from plurals/unit_test.py rename to plurals/tests.py index fdc4428..3e013bb 100644 --- a/plurals/unit_test.py +++ b/plurals/tests.py @@ -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):