ionrock / pytest-el

Run py.test on testing functions, classes, modules and entire suites in Emacs.
54 stars 26 forks source link

Add defgroup for customize and suppressing byte-compile warnings #9

Closed syohex closed 8 years ago

syohex commented 8 years ago

There are some warnings about this.

pytest.el:70:1:Warning: defcustom for `pytest-project-names' fails to specify                                                                                  
    containing group                                                                                                                                           
pytest.el:70:1:Warning: defcustom for `pytest-project-names' fails to specify                                                                                  
    containing group                                                                                                                                           
pytest.el:73:1:Warning: defcustom for `pytest-project-root-files' fails to                                                                                     
    specify containing group                                                                                                                                   
pytest.el:73:1:Warning: defcustom for `pytest-project-root-files' fails to                                                                                     
    specify containing group                                                                                                                                   
pytest.el:76:1:Warning: defcustom for `pytest-project-root-test' fails to                                                                                      
    specify containing group                                                                                                                                   
pytest.el:76:1:Warning: defcustom for `pytest-project-root-test' fails to                                                                                      
    specify containing group                                                                                                                                   
pytest.el:79:1:Warning: defcustom for `pytest-global-name' fails to specify                                                                                    
    containing group                                                                                                                                           
pytest.el:79:1:Warning: defcustom for `pytest-global-name' fails to specify                                                                                    
    containing group                                                                                                                                           
pytest.el:83:1:Warning: defcustom for `pytest-cmd-flags' fails to specify                                                                                      
    containing group                                                                                                                                           
pytest.el:83:1:Warning: defcustom for `pytest-cmd-flags' fails to specify                                                                                      
    containing group  
ionrock commented 8 years ago

Thanks @syohex!