Coverage setup

pull/7/head
Inex Code 2021-12-14 11:34:58 +03:00
parent 0d92be8fb7
commit cb6a1fc572
2 changed files with 2 additions and 6 deletions

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
source = selfprivacy_api

View File

@ -2,12 +2,6 @@ import base64
import json
import pytest
def read_json(file_path):
with open(file_path, "r", encoding="utf-8") as f:
return json.load(f)
###############################################################################