Metadata-Version: 2.1
Name: pytest-django-queries
Version: 0.0.0
Summary: Generate performance rapports from your django database performance tests.
Home-page: https://github.com/NyanKiyoshi/pytest-django-queries/
Author: NyanKiyoshi
Author-email: hello@vanille.bid
License: UNKNOWN
Description: # pytest-django-queries
        Generate performance rapports from your django database performance tests.
        
        ## Integrating with GitHub
        
        ## Testing locally
        Simply install `pytest-django-queries` through pip and run your 
        tests using `pytest`. A report should have been generated in your
        current working directory in a JSON file prefixed with `.pytest-queries`.
        
        Note: to override the save path, set the `PYTEST_QUERIES_SAVE_PATH`
        environment variable to any given valid path.
        
        ## Visualising Results
        
        ## Comparing results
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Pytest
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
