From dbab995424ddb42beef406a57835f4475c353f2e Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 11 May 2020 12:14:43 +0200 Subject: [PATCH] Describe how to run python tests --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b8e30bd..d22ffac 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,16 @@ To interact with DistGit server, you can use use [rpkg](https://pagure.io/rpkg-u You can see example of deployement in [Fedora Infastructure](https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/roles/distgit) and in [Copr](https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/roles/copr/dist_git). + +Developer Guide +--------------- + +#### Tests + +``` +nosetests -vs . +``` + LICENSE -------