Questions tagged [ddt]

Eclipse-based IDE for the D programming language

DDT is an Eclipse-based IDE for the D programming language, aiming to support rich IDE functionality, particularly semantic functionality (code completion, find definition, find references, etc.).

17 questions
0
votes
1 answer

ImportError: cannot import name 'ddt'

I'm using Python3.5 in Windows with pip version 8.0.2. I installed ddt library using 'pip install ddt'. While using ddt library in code, getting import error. How to get rid of this error? import unittest from selenium import webdriver from ddt…
Mehavarnan Murugan
  • 97
  • 1
  • 2
  • 14
0
votes
0 answers

Data driven gitflow tests

Can provide a datasource for gitlow tests? I don't want t use scenario outlines but I want to be able to run each specflow test with different configuration. Is it possible?
Artur Shamsutdinov
  • 3,127
  • 3
  • 21
  • 39
1
2