From 528e81113b85da4bdee2b5a7e0f1f0767b66edcb Mon Sep 17 00:00:00 2001 From: David Miller Date: Fri, 28 Sep 2018 15:10:50 +0100 Subject: [PATCH] Trivial: Document how to run tests, ignore .pyc files --- .gitignore | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8b9bf56..9832dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.coverage /.pytest_cache +*.pyc \ No newline at end of file diff --git a/README.md b/README.md index ffa399b..f5add9d 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,9 @@ It needed a name, Kristian Glass built the initial version, it communicates with Philips monitors, and Philip Glass wrote Einstein on the Beach... + +## Running tests + +You can run the unittests with + + make test