Skip to content

Commit 6bfadc8

Browse files
committed
test: add manual test instructions, tidy repo
- remove unused files - update dependencies - do some minor tidying - add manual test instructions - clarify AGPLv3 license Private-ref: https://tasks.opencraft.com/browse/BB-10035
1 parent 6a60578 commit 6bfadc8

30 files changed

Lines changed: 2342 additions & 448 deletions

.annotation_safe_list.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.coveragerc

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Description
2+
3+
Describe what this pull request changes, and why. Include implications for people using this change.
4+
5+
## Supporting information
6+
7+
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
8+
Be sure to check they are publicly readable, or if not, repeat the information here.
9+
10+
## Testing instructions
11+
12+
Please provide detailed step-by-step instructions for testing this change.
13+
14+
## Deadline
15+
16+
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
17+
18+
## Other information
19+
20+
Include anything else that will help reviewers and consumers understand the change.
21+
22+
- Does this change depend on other changes elsewhere?
23+
- Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility.
24+
- If your [database migration](https://openedx.atlassian.net/wiki/spaces/AC/pages/23003228/Everything+About+Database+Migrations) can't be rolled back easily.
25+
26+
## Pre-merge checklist:
27+
28+
- [ ] `make format` has been run
29+
- [ ] This has been manually installed in a Tutor devstack and:
30+
- [ ] manual testing steps have been followed (as described in ./docs/manual-test-plan.md)
31+
- [ ] `make test_migrations` has been run

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ docs/appsembler_api.*.rst
6161
# Private requirements
6262
requirements/private.in
6363
requirements/private.txt
64+
65+
# cookie file for manual tests
66+
csrf_cookies.txt

.pii_annotations.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)