├── .gitignore ├── README.md ├── configuration.py ├── create_user_test.py ├── data.py └── sender_stand_request.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests-for-checking-the-firstName-parameter-in-PyCharm/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests-for-checking-the-firstName-parameter-in-PyCharm/HEAD/README.md -------------------------------------------------------------------------------- /configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests-for-checking-the-firstName-parameter-in-PyCharm/HEAD/configuration.py -------------------------------------------------------------------------------- /create_user_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests-for-checking-the-firstName-parameter-in-PyCharm/HEAD/create_user_test.py -------------------------------------------------------------------------------- /data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests-for-checking-the-firstName-parameter-in-PyCharm/HEAD/data.py -------------------------------------------------------------------------------- /sender_stand_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ManMaxMotivation/Autotests-for-checking-the-firstName-parameter-in-PyCharm/HEAD/sender_stand_request.py --------------------------------------------------------------------------------