Metadata-Version: 2.1
Name: pytest-pinpoint
Version: 0.0.4
Summary: A pytest plugin which runs SBFL algorithms to detect faults.
Home-page: https://github.com/Generalized-SBFL/pytest-pinpoint
Author: Lancaster Wu
Author-email: wuj@allegheny.edu
License: GNU
Description: # Generalized-Fault-Localization
        A pytest plugin which runs SBFL algorithms to detect faults.
        
        First five algorithms are based on what Spencer Pearson, José Campos, René Just, Gordon Fraser, Rui Abreu, Michael D. Ernst, Deric Pang, Benjamin Keller discribed in [Evaluating and improving fault localization](https://homes.cs.washington.edu/~rjust/publ/fault_localization_effectiveness_icse_2017.pdf).
        
        #### reference
        
        Pearson, S., Campos, J., Just, R., Fraser, G., Abreu, R., Ernst, M. D., ... & Keller, B. (2017, May). Evaluating and improving fault localization. In *2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE)* (pp. 609-620). IEEE.
        
        #### required installation
        
        `pip install git+https://github.com/nedbat/pytest-cov.git@nedbat/contexts`
        
        `pip install coverage>=5.1`
        
Platform: any
Description-Content-Type: text/markdown
