3
ÎédM  ã               @   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   s   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   ú_/var/www/html/virt/lib64/python3.6/site-packages/srsly/tests/ruamel_yaml/test_program_config.pyÚtest_application_arguments   s    
z,TestProgramConfig.test_application_argumentsc             C   s   t dƒ d S )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   s    zTestProgramConfig.test_singlec             C   s   t dƒ d S )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,   s    zTestProgramConfig.test_multiN)Ú__name__Ú
__module__Ú__qualname__r   r	   r
   r   r   r   r   r      s   r   )ZpytestZ	roundtripr   r   r   r   r   r   Ú<module>   s   