github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/modtests/0007/up.yml (about)

     1  notes:
     2    - test module list
     3  
     4  tasks:
     5    -
     6      name: Main
     7      desc: main entry
     8      task:
     9  
    10        -
    11          func: call
    12          desc: |
    13            note that the module dir is: hello-module, but in upconfig.yml you give the alias hello as module name
    14          do: hello.Say_world
    15