Metadata-Version: 2.1
Name: exgrex-pytest
Version: 0.1a1
Summary: Package exgrex-pytest adds to package exgrex-py the ability to use the pytest framework.
Home-page: https://github.com/vshagur/exgrex-pytest
Author: vshagur
Author-email: vshagur@gmail.com
License: UNKNOWN
Description: exgrex-pytest
        =============
        
        Package exgrex-pytest adds to package exgrex-py the ability to use the
        pytest framework.
        
        |image1| |image2| |image3| |GitHub tag (latest by date)|
        
        Installation
        ------------
        
        ::
        
           $ python3 -m pip install exgrex-pytest
        
        Requirements
        ------------
        
        -  `pytest`_ - The pytest framework makes it easy to write small tests,
           yet scales to support complex functional testing for applications and
           libraries.
        
        -  `exgrex-py`_ - The exgrex-py package provides a unified tool that
           makes it easy to create and maintain graders (automatic student
           decision checking systems) in Python programming courses.
        
        Documentation
        -------------
        
        `The link to the documentation will appear soon`_
        
        Authors
        -------
        
        -  **Valeriy Shagur** - `vshagur`_, email: vshagur@gmail.com
        
        License
        -------
        
        This project is licensed under the MIT License - see the `LICENSE`_ file
        for details
        
        .. _pytest: https://docs.pytest.org/en/stable/
        .. _exgrex-py: https://github.com/vshagur/exgrex-py
        .. _The link to the documentation will appear soon:
        .. _vshagur: https://github.com/vshagur
        .. _LICENSE: https://github.com/vshagur/exgrex-py/blob/docs/LICENSE
        
        .. |image1| image:: https://img.shields.io/static/v1?label=Python&message=3.6&color=blue
        .. |image2| image:: https://img.shields.io/static/v1?label=OS&message=linux&color=blue
        .. |image3| image:: https://img.shields.io/github/license/vshagur/exgrex
        .. |GitHub tag (latest by date)| image:: https://img.shields.io/github/v/tag/vshagur/exgrex-pytest
        
Keywords: mooc,grader,python,python3,education,exgrex,coursera,pytest
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
