File tree Expand file tree Collapse file tree 2 files changed +23
-33
lines changed
Expand file tree Collapse file tree 2 files changed +23
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,3 +26,26 @@ After it is decided to release a new version of bpython the following checklist
2626 * Simon (:ref: `authors `) also checks if all numbers on the website have been updated.
2727
2828* 24 hours later package maintainers could update their stuff.
29+
30+ Checklist
31+ ---------
32+
33+ A checklist to perform some manual tests before a release:
34+
35+ Check that all of the following work before a release:
36+
37+ * Runs under Python 2.5, 2.6 and 3.1 (after 2to3).
38+ * Save
39+ * Rewind
40+ * Pastebin
41+ * Pager
42+ * Inspect source
43+ * History
44+ * Tab completion
45+ * Argument inspection
46+ * All keybinds
47+ * All packaged themes
48+ * Command line arguments correctly passed to scripts
49+ * Delegate to standard Python appropriately
50+ * Update CHANGELOG
51+ * Update __version__
You can’t perform that action at this time.
0 commit comments