Metadata-Version: 1.0
Name: nose-perfdump
Version: 1.0
Summary: Dump per-test performance metrics to an SQLite database for querying.
Home-page: https://github.com/etscrivner/perfdump
Author: Eric Scrivner
Author-email: eric.t.scrivner@gmail.com
License: BSD
Description: 
        nose-perfdump is a Nose plugin that collects per-test performance metrics into an
        SQLite3 database and reports the slowest tests, test files, and total time
        spent in tests (minus setUp/setUpClass). It is designed to make profiling
        tests to improve their speed easier.
        
        [Github](https://github.com/etscrivner/perfdump)
        
Keywords: nose,nose plugin,profiler,profiling,tests,unittest
Platform: UNKNOWN
