如何在Python中导入CSV作为表格?

时间:2017-10-18 07:55:31

标签: python csv python-behave

我有一个功能文件。如何导入.csv文件以替换示例中的表?

Scenario Outline: Blenders
   Given I put <thing> in a blender,
    when I switch the blender on
    then it should transform into <other thing>

 Examples: Amphibians
   | thing         | other thing |
   | Red Tree Frog | mush        |

 Examples: Consumer Electronics
   | thing         | other thing |
   | iPhone        | toxic waste |
   | Galaxy Nexus  | toxic waste |

1 个答案:

答案 0 :(得分:0)

目前尚不支持表格导入,如here所述。

但是根据jenisys在同一篇文章中的回复,它很快就会出现。