File: run-add-content.feature

package info (click to toggle)
python-docx 0.8.11%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,640 kB
  • sloc: xml: 25,311; python: 21,911; makefile: 168
file content (14 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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