Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/release.yml

This file was deleted.

16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ A simple fake implementation of a proctoring service, for development of
`edx-proctoring`_

.. _edx-proctoring: https://github.com/openedx/edx-proctoring/

Using mockprock
---------------

``mockprock`` is a development- and testing-only tool. Both the Python package
and the ``@edx/mockprock`` npm package are consumed directly from a local
checkout while developing ``edx-proctoring``.

See the `edx-proctoring developing guide`_ for the full backend setup.

.. _edx-proctoring developing guide: https://github.com/openedx/edx-proctoring/blob/master/docs/developing.rst#using-mockprock-as-a-backend

.. note::

``mockprock`` is **not** published to PyPI or npm. The previous npm release
was dropped, as publishing serves no purpose for a source-consumed dev tool.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"files": [
"/static"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"proctoring",
"OpenedX"
Expand Down
Loading