Closed Boole215 closed 2 years ago
Added support and fixed the aforementioned things.
Did some housekeeping by moving some business logic from connection.py to client.py.
connection.py
client.py
Added additional logging statements to: view.py, gem_page.py, connection.py, and client.py.
view.py
gem_page.py
There is now testing in the project, currently only testing the parsing operations in Client.
Client
Added support and fixed the aforementioned things.
Did some housekeeping by moving some business logic from
connection.py
toclient.py
.Added additional logging statements to:
view.py
,gem_page.py
,connection.py
, andclient.py
.There is now testing in the project, currently only testing the parsing operations in
Client
.