allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
713 stars 233 forks source link

Use the standard header in all READMEs #784

Closed delatrie closed 6 months ago

delatrie commented 6 months ago

This PR adds a new README header we are propagating to all Allure Report-related projects. Additional changes include:

  1. Package readme files are now in .md. That allows them to be more consistent with other READMEs (share the same header, etc). New READMEs are packed according to this how-to.
  2. The Python 3.12 classifier is now added to all packages. Also, Python 3.12 is added to the build matrix. The linting job now uses Python 3.12 as well.
  3. The package links are updated:
    • Homepage: https://allurereport.org/
    • Source: this repo
    • Documentation: a corresponding docs page (currently for pytest and behave only)