mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 10:35:23 +02:00
tox: add Arabic translation (#9409)
This commit is contained in:
parent
e8bf17bba6
commit
8cbe2d8af8
1 changed files with 25 additions and 0 deletions
25
pages.ar/common/tox.md
Normal file
25
pages.ar/common/tox.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# tox
|
||||
|
||||
> أتمتة اختبارات بايثون عبر إصدارات بايثون متعددة.
|
||||
> استخدم tox.ini لضبط البيئات وأمر الاختبار.
|
||||
> لمزيد من التفاصيل: <https://github.com/tox-dev/tox>.
|
||||
|
||||
- بدء الاختبارات على جميع بيئات الاختبار:
|
||||
|
||||
`tox`
|
||||
|
||||
- إنشاء ملف الإعدادات `tox.ini`:
|
||||
|
||||
`tox-quickstart`
|
||||
|
||||
- عرض قائمة جميع البيئات المتوفرة:
|
||||
|
||||
`tox --listenvs-all`
|
||||
|
||||
- بدء الاختبارات على بيئة معينة (مثال: بايثون 3.6):
|
||||
|
||||
`tox -e {{py36}}`
|
||||
|
||||
- إجبار إعادة إنشاء البيئة الافتراضية:
|
||||
|
||||
`tox --recreate -e {{py27}}`
|
Loading…
Add table
Reference in a new issue