Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
python-docx / features / doc-access-sections.feature
Size: Mime:
Feature: Access document sections
  In order to operate on an individual section
  As a developer using python-docx
  I need access to each section in the section collection


  Scenario: Access section in section collection
     Given a section collection containing 3 sections
      Then len(sections) is 3
       And I can iterate over the sections
       And I can access a section by index