1.3 List of deliverables
We’ll take another look at the project, this time from the view of what files will be created. This will parallel the outline of the activities shown in the previous section.
The following outline shows many of the files in a completed project:
The documentation in the
docsdirectory. There will be other files in there, but you’ll be focused on the following files:The Sphinx
index.rststarter file with references to overview and API sections.An
overview.rstsection with a summary of the project.An
api.rstsection with..automodule::commands to pull in documentation from the application.
A set of test cases in the
testsdirectory.Acceptance tests aimed at Behave (or the pytest-bdd plug-in for Gherkin). When using Behave, there will be two sub-directories: a
featuresdirectory and astepsdirectory. Additionally, there will be anenvironment.pyfile.Unit test modules written with the pytest framework. These all have a name that starts...