mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
update documentation for FastAPI tests and deps.
Additionally, we now ask for two more favors from contributors: 1. All source modified or added within a patchset **must** maintain equivalent or increased coverage by providing tests that use the functionality. 2. Please keep your source within an 80 column width. PS: Sneak a few test Makefile and gitlab fixes. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
57c11ae13f
commit
52ab056e18
4 changed files with 68 additions and 7 deletions
|
@ -19,12 +19,14 @@ Directory Layout
|
|||
|
||||
* `aurweb`: aurweb Python modules, Git interface and maintenance scripts
|
||||
* `conf`: configuration and configuration templates
|
||||
* `static`: static resource files
|
||||
* `templates`: jinja2 template collection
|
||||
* `doc`: project documentation
|
||||
* `po`: translation files for strings in the aurweb interface
|
||||
* `schema`: schema for the SQL database
|
||||
* `test`: test suite and test cases
|
||||
* `upgrading`: instructions for upgrading setups from one release to another
|
||||
* `web`: web interface for the AUR
|
||||
* `web`: PHP-based web interface for the AUR
|
||||
|
||||
Links
|
||||
-----
|
||||
|
@ -46,3 +48,8 @@ Translations are welcome via our Transifex project at
|
|||
https://www.transifex.com/lfleischer/aurweb; see `doc/i18n.txt` for details.
|
||||
|
||||

|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
See [test/README.md](test/README.md) for details on dependencies and testing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue