py-gitea/tests
Etienne Monier f9e4c68fa7 feat: Implement User and Organization repo creation
Until now, the repository creation was only possible using the
gitea.Gitea.create_repo function. Get, this only allows the admin to
create a repo for a user or an organization.

By implementing these two new functions:
1. a non-root user can now create an own repo,
2. an allowed user can now create a repo into an organization.
2022-03-11 11:36:39 +01:00
..
conftest.py feat: Implement User and Organization repo creation 2022-03-11 11:36:39 +01:00
test_api.py fixed exidental overwriting of nested api objects by adding the writable properties 2021-11-16 16:57:26 +01:00
test_api_longtests.py fixed long tests using a non-existent repository 2021-12-13 10:34:25 +01:00