pwd
python3 -m pytest tests/pwd
python3 -m pytest -m functional tests/pwd
python3 -m pytest -m datatype tests/pwd
python3 -m pytest -m security tests/pwd
python3 -m pytest -m async tests/tests/
: Contains all the test cases.config/
: Configuration files and settings (if any).testdata/
: Test data and fixtures.utils/
: Utility functions and helpers.reports
directory.logs
directory.testdata
directory.utils
directory contains utility functions and scripts that assist in test execution and data processing.