├── .gitignore ├── API Test Automation ├── README.md ├── Task_1_SQL.md ├── Task_2_SQL.md ├── api_requests.py ├── configuration.py ├── data.py ├── tests └── test_order.py ├── Александр Самсонов, 24-я когорта - дипломный проект.docx ├── Вторая часть_1 Задание_SQL запрос_1.1.jpg ├── Вторая часть_1 Задание_SQL запрос_1.2.jpg ├── Вторая часть_2 Задание_SQL запрос_2.jpg ├── Вторая часть_Автоматизация теста к API.jpg └── Запуск теста в PyCharm.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/.gitignore -------------------------------------------------------------------------------- /API Test Automation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/API Test Automation -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/README.md -------------------------------------------------------------------------------- /Task_1_SQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Task_1_SQL.md -------------------------------------------------------------------------------- /Task_2_SQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Task_2_SQL.md -------------------------------------------------------------------------------- /api_requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/api_requests.py -------------------------------------------------------------------------------- /configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/configuration.py -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/data.py -------------------------------------------------------------------------------- /tests/test_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/tests/test_order.py -------------------------------------------------------------------------------- /Александр Самсонов, 24-я когорта - дипломный проект.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Александр Самсонов, 24-я когорта - дипломный проект.docx -------------------------------------------------------------------------------- /Вторая часть_1 Задание_SQL запрос_1.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Вторая часть_1 Задание_SQL запрос_1.1.jpg -------------------------------------------------------------------------------- /Вторая часть_1 Задание_SQL запрос_1.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Вторая часть_1 Задание_SQL запрос_1.2.jpg -------------------------------------------------------------------------------- /Вторая часть_2 Задание_SQL запрос_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Вторая часть_2 Задание_SQL запрос_2.jpg -------------------------------------------------------------------------------- /Вторая часть_Автоматизация теста к API.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Вторая часть_Автоматизация теста к API.jpg -------------------------------------------------------------------------------- /Запуск теста в PyCharm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests_Python_and_SQL/HEAD/Запуск теста в PyCharm.jpg --------------------------------------------------------------------------------