Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.45 KB

QuoraChallengeFramework.rst

File metadata and controls

57 lines (35 loc) · 1.45 KB

Framework Details

Overview

The quorachallenge module is a framework to assist developers to are taking part in the Quora Python challenges which will posted ocassionally in Python Beginners or Python Programming Quora spaces. The challenges will all require the implementation of a Python function which will meet the specific interface and functionality as required.

The framework provides:
  • immediate access to the description of the challenge
  • the ability to automatically test the function written as an entry to the challenge
  • easy to read test data

Functions

.. autofunction:: quorachallenge.describe

.. autofunction:: quorachallenge.testdata

autotest class

.. autoclass:: quorachallenge.autotest

.. automethod:: quorachallenge.autotest.results

.. autoproperty:: quorachallenge.autotest.errors

.. autoproperty:: quorachallenge.autotest.exceptions

.. autoproperty:: quorachallenge.autotest.passed

.. autoproperty:: quorachallenge.autotest.executed