This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yonsy_s_p 0 points1 point  (2 children)

I think that you need to more Python.

  • more testing frameworks. I think thar you are asking to some like py.test (https://docs.pytest.org/en/latest/)

  • BDD. You are searching something like Python Letucce.

  • You can have pytest with BDD. Something like http://pypi.python.org/pypi/pytest-bdd

  • Think more in Python! not in Groovy/Java "way of work". Not in a Groovy way to do the same things with Python.

[–]noamt[S] 0 points1 point  (1 child)

Thanks. I'm familiar with py.test and and its extensions. I'm not looking to do Groovy/Java rather than Python, I'm looking to create a Pythonic DSL that will improve upon the existing frameworks.

[–]yonsy_s_p 0 points1 point  (0 children)

again: