Skip to content

Instantly share code, notes, and snippets.

@rajarlm007
rajarlm007 / Pytest.md
Created September 7, 2022 14:16 — forked from kss7/Pytest.md

Python Automation Testing With Pytest

Pytest Framework Course

Pytest Usage

https://docs.pytest.org/

pytest [options] [file_or_dir] [file_or_dir] ...
@rajarlm007
rajarlm007 / AdbCommands
Created February 23, 2021 15:02 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader