Smoke tests for assorted plugins (#7721)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
This commit is contained in:
Sorin Sbarnea
2020-09-19 19:56:52 +01:00
committed by GitHub
parent 9f164b7227
commit b031a7cecf
19 changed files with 190 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
import pytest
def test_foo():
assert True
@pytest.mark.parametrize("i", range(3))
def test_bar(i):
assert True