mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update testing.md
This commit is contained in:
parent
51a91e2508
commit
02f8120153
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ routes:
|
|||
- '/packaging_apps_levels'
|
||||
---
|
||||
|
||||
Once you're done writing you app package, you'll want to check that everything works correctly. At first, you can manually try to install your app on some test server of your own, but testing everything manually often becomes tedious ;).
|
||||
Once you're done writing you app package, you'll want to check that everything works correctly. At first, you can manually try to install your app on some test server of your own : `sudo yunohost app install ./path/to/mycustomapp_ynh`
|
||||
|
||||
The YunoHost maintains several tools to automatically and somewhat "objectively" analyze and tests our 400+ apps catalog.
|
||||
Testing everything manually often becomes tedious ;). The YunoHost maintains several tools to automatically and somewhat "objectively" analyze and tests our 400+ apps catalog.
|
||||
|
||||
## Package linter
|
||||
|
||||
|
|
Loading…
Reference in a new issue