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 / run-add-content.feature
Size: Mime:
Feature: Add content to a run
  In order to populate a run with varied content
  As a developer using python-docx
  I need a way to add each of the run content elements to a run

  Scenario: Add a tab
    Given a run
     When I add a tab
     Then the tab appears at the end of the run

  Scenario: Assign mixed text to text property
    Given a run
     When I assign mixed text to the text property
     Then the text of the run represents the textual run content