Skip to content

vamtiger-project/vamtiger-user-registry-django

Repository files navigation

VAMTIGER User Registry Django

A behaviour driven Django demo api for usage with the Custom Element vamtiger-user-registry-web-component.

Installation

pip install -r requirements.txt

Testing

Automated behaviour driven tests were implemented with behave-django, and can be run as follows:

python manage.py behave

For test coverage:

coverage erase
coverage run manage.py behave
coverage report

or

sh test.sh

About

A demo api for a user registry written in django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published