Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

SUNET/eduid-common

Repository files navigation

Moved to https://github.com/SUNET/eduid-backend.

.. contents::

Introduction
============

Common code for eduID applications.

Install
-------

Generally installed as a dependency. For development and testing,
make a virtualenv, activate it, and install like::

  $ virtualenv venv
  $ source venv/bin/activate
  $ python setup.py testing

Test
----

Once installed, test it with::

  $ source venv/bin/activate
  $ pytest