Custom Actions [Test]

I see in the financial-demo bot, only custom actions that involved slots are tested (used as examples) in test_actions.py. My question is can we test custom actions that do not use slots, (specifically, that return dynamic data from an API and wasn’t set to slots)?

If so, how can I do that? Thanks.

like this:

  - rule: greet
    steps:
      - intent: greet
      - action: action_custom_greet

Thank you. Your response looks closely to test_stories.yml. Even at that, your response doesn’t look like a test to me (if it’s intended to be story testing).

Regardless, if you look at my question carefully you’ll notice I’m asking about test_actions.py. You can take a look at the financial_demo example to understand things clearer/better.

Thank you once again.