Merge pull request #1690 from 25region/azdev-docs

Update az aro Python development documentation
This commit is contained in:
Mangirdas Judeikis 2021-09-10 12:49:11 +03:00 коммит произвёл GitHub
Родитель 58ff96d63b a1a0d71829
Коммит bf0bbb34ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -60,6 +60,13 @@ Tests can be run as follows:
azdev test aro (--live) (--lf) (--verbose) (--debug)
```
> An issue was discovered on macOS when running tests due to additional security to restrict multithreading in macOS High Sierra and later versions of macOS. \
If getting the following error:\
`+[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.`\
Add this variable to your env or add it to your profile to make it permanent in `~/.bash_profile` or `~/.zshrc`:\
`export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`
There are two main types of tests:
* live tests that get recorded and replayed