Skip to content

Commit 5c8ef06

Browse files
committed
Move checklist to the documentation
1 parent e8f7437 commit 5c8ef06

File tree

2 files changed

+23
-33
lines changed

2 files changed

+23
-33
lines changed

CHECKLIST

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

doc/sphinx/source/releases.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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__

0 commit comments

Comments
 (0)