Skip to content

Commit c269bdd

Browse files
test(project): Updating folders and config
Updating folders names and adding a file to rule the config.
1 parent 49a05d7 commit c269bdd

File tree

10 files changed

+24
-21
lines changed

10 files changed

+24
-21
lines changed

.coverage

0 Bytes
Binary file not shown.

logfile.log

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DEL
2727
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
2828
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /add/alert HTTP/11" 405 31
2929
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
30+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 400 83
31+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
32+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/register HTTP/11" 200 53
33+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
34+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 200 42
35+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
36+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "GET /add/reminder HTTP/11" 405 31
37+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
38+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PUT /add/reminder HTTP/11" 405 31
39+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
40+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DELETE /add/reminder HTTP/11" 405 31
41+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
42+
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /add/reminder HTTP/11" 405 31
43+
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
3044
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/register HTTP/11" 200 53
3145
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
3246
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/login HTTP/11" 200 185
@@ -72,17 +86,3 @@ DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connecti
7286
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DELETE /user/register HTTP/11" 405 31
7387
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
7488
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /user/register HTTP/11" 405 31
75-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
76-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 400 83
77-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
78-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /user/register HTTP/11" 200 53
79-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
80-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "POST /add/reminder HTTP/11" 200 42
81-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
82-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "GET /add/reminder HTTP/11" 405 31
83-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
84-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PUT /add/reminder HTTP/11" 405 31
85-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
86-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "DELETE /add/reminder HTTP/11" 405 31
87-
DEBUG urllib3.connectionpool:connectionpool.py:243 Starting new HTTP connection (1): localhost:8000
88-
DEBUG urllib3.connectionpool:connectionpool.py:546 http://localhost:8000 "PATCH /add/reminder HTTP/11" 405 31

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
testpaths = src/tests
3+
pythonpath = src

report.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

scripts/message.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test(project): Updating requirements
1+
test(project): Updating folders and config
22

3-
Updating requirements,
4-
adding new libs used.
3+
Updating folders names and adding
4+
a file to rule the config.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/tests/utils/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55
# URL base da API
6-
BASE_URL = "https://fintrack-api.vercel.app"
6+
BASE_URL = "http://localhost:8000"
77

88

99
# Função auxiliar para registro de usuário

0 commit comments

Comments
 (0)