o
    
 ¢iM  ã                   @   s&   d dl Z ddlmZ G dd„ dƒZdS )é    Né   ©Ú
round_tripc                   @   s$   e Zd Zdd„ Zdd„ Zdd„ ZdS )ÚTestProgramConfigc                 C   ó   t dƒ d S )NzÇ
        args:
          username: anthon
          passwd: secret
          fullname: Anthon van der Neut
          tmux:
            session-name: test
          loop:
            wait: 10
        r   ©Úself© r	   ú_/home/ubuntu/.local/lib/python3.10/site-packages/srsly/tests/ruamel_yaml/test_program_config.pyÚtest_application_arguments   ó   ÿz,TestProgramConfig.test_application_argumentsc                 C   r   )NaM  
        # default arguments for the program
        args:  # needed to prevent comment wrapping
        # this should be your username
          username: anthon
          passwd: secret        # this is plaintext don't reuse # important/system passwords
          fullname: Anthon van der Neut
          tmux:
            session-name: test  # make sure this doesn't clash with
                                # other sessions
          loop:   # looping related defaults
            # experiment with the following
            wait: 10
          # no more argument info to pass
        r   r   r	   r	   r
   Útest_single   r   zTestProgramConfig.test_singlec                 C   r   )Nam  
        # default arguments for the program
        args:  # needed to prevent comment wrapping
        # this should be your username
          username: anthon
          passwd: secret        # this is plaintext don't reuse
                                # important/system passwords
          fullname: Anthon van der Neut
          tmux:
            session-name: test  # make sure this doesn't clash with
                                # other sessions
          loop:   # looping related defaults
            # experiment with the following
            wait: 10
          # no more argument info to pass
        r   r   r	   r	   r
   Ú
test_multi,   r   zTestProgramConfig.test_multiN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r	   r	   r	   r
   r      s    r   )ÚpytestÚ	roundtripr   r   r	   r	   r	   r
   Ú<module>   s    