소스 검색

add test documentation

tripeur 2 년 전
부모
커밋
d3de08fd58
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Readme.md

+ 8 - 0
Readme.md

@@ -23,6 +23,14 @@ Note, be sure to use python3.11 with this application
 
 > python -m app.debug.py
 
+Run tests
+
+> pytest
+
+Run specific tests
+
+> pytest app\test\test_volunteer.py
+
 ## Credit
 
 FastAPI project generated using https://github.com/rafsaf/minimal-fastapi-postgres-template