summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-10-29 07:19:59 -0500
committerMitsuo Tokumori <[email protected]>2023-10-29 07:19:59 -0500
commitde8b3d760a37fc54645a2588b062f85963146070 (patch)
treed9acb088cff70764eaff56e51ee5ef25760d9836 /tests
parent9baa55436bc5a98d118a17656bbf25e563522964 (diff)
downloadustayml-de8b3d760a37fc54645a2588b062f85963146070.tar.gz
ustayml-de8b3d760a37fc54645a2588b062f85963146070.tar.bz2
ustayml-de8b3d760a37fc54645a2588b062f85963146070.zip
Finished tutorial. Keep developing!
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 45079a9..6a2d0a6 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,4 +1,10 @@
-"""contains setup functions called fixtures that each test will use"""
+""" contains setup functions called fixtures that each test will use
+
+pytest
+coverage run -m pytest
+coverage report
+coverage html
+"""
import os
import tempfile