SIENTIAPDE-1205

SIENTIAPDE-1205: Update timestamp formatting in MongoDB tests

- Modified timestamp handling in test_mongo_db.py to utilize DATETIME_FORMAT_MS_WITH_TZ for consistent formatting across test cases.
- Ensured all timestamp strings include UTC timezone information for improved accuracy in datetime comparisons.
This commit is contained in:
vitor-aignosi
2025-08-28 09:00:39 -03:00
parent fbf006bb99
commit 8f49745b0a
3 changed files with 34 additions and 4 deletions

11
run_coverage.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Exit on any error
set -e
echo "Activating virtual environment..."
source ./venv/bin/activate
pytest --cov=orchestrator --cov-report=html
xdg-open htmlcov/index.html