MO1990D commited on
Commit
1d09e39
·
1 Parent(s): cd9efd3

? skip unit test and 2update HFCI_Token token in CI/CD and Dockerfile for deployment in hugging face

Browse files
Files changed (1) hide show
  1. tests/test_generate.py +1 -0
tests/test_generate.py CHANGED
@@ -23,6 +23,7 @@ sample_payload = {
23
  # def test_generate_campaign():
24
  # Adjust path below to the exact module & class where .invoke() is called
25
  # @patch("src.marketingCampaignGen.components.model.generator.Ollama.invoke")
 
26
  @pytest.mark.skip(reason="Skipping test temporarily until generate method is stable.")
27
  def test_generate_campaign(mock_invoke):
28
  response = client.post("/generate", json=sample_payload)
 
23
  # def test_generate_campaign():
24
  # Adjust path below to the exact module & class where .invoke() is called
25
  # @patch("src.marketingCampaignGen.components.model.generator.Ollama.invoke")
26
+ #Skip unit testing
27
  @pytest.mark.skip(reason="Skipping test temporarily until generate method is stable.")
28
  def test_generate_campaign(mock_invoke):
29
  response = client.post("/generate", json=sample_payload)