pytest migration: files: convert to TestControllerPytest and parametrize Migrate the 'files' tests to pytest and its parametrize decorator. The syntax of th...

patrickdp committed on 2016-02-10 17:30:27
branch: default
tag: tip
changeset: 491961df
pytest migration: files: convert to TestControllerPytest and parametrize

Migrate the 'files' tests to pytest and its parametrize decorator.
The syntax of this decorator is slightly different: a first argument is a
comma-separated string with the method argument names for which the values
are provided as second argument.

 M kallithea/tests/functional/test_files.py (5 lines added, 5 lines removed)
_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to