Files
openide/python/setup-test-environment
Ilya.Kazakevich 1da58424f2 PY-29497: Do not provide sys.argv[1:] to behave since they are already provided
_jb_django_behave.py:
"scenario_n_options" already contains all options and arguments
behave needs (see how this method is called).
No need to duplicate them using "sys.argv[1:]"

+tests added
2018-04-11 02:29:05 +03:00
..