Changeset 39474 in project
- Timestamp:
- 12/30/20 21:45:31 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggs tutorial
r39112 r39474 128 128 ==== Testing your extension 129 129 130 Before publishing your egg, it is recommended to run [[/egg/salmonella|salmonella]] on it to try to catch some common mistakes in advance. Here's how you can do that: 130 Before publishing your egg, it is recommended to run 131 [[/egg/test-new-egg|test-new-egg]] on it to try to catch some common 132 mistakes in advance. 133 134 Assuming the release of your egg is ready (i.e., the code is available 135 in the source repository and a tag to represent the egg version has 136 been created), you can just run: 137 138 $ test-new-egg <egg-name> <URL of the .release-info file> 139 140 {{test-new-egg}} will make sure that releases of your egg can be 141 fetched and installed. 142 143 After your egg has been published (i.e., the {{.release-info}} file is 144 known to work fine), the next releases can be tested with salmonella. 145 Here's how you can do that: 131 146 132 147 $ chicken-install salmonella # in case you don't have salmonella installed
Note: See TracChangeset
for help on using the changeset viewer.