Draft: Resolve "Write tests" - "Connection to MongoDB"
Partially Closes #2 (closed) Test pinging the DB:
cd Test pytest database_connectivity/01_connection_test.py
Test authentication: currently skipped pytest database_connectivity/02_auth_test.py
Test of a known request (Search for a known literal, to test content of database):
pytest database_connectivity/03_request_test.py