port some acceptance tests over to copy_example

This commit is contained in:
Ronny Pfannschmidt
2018-06-26 22:59:40 +02:00
parent 0672bc633f
commit e860ff7299
6 changed files with 29 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
def pytest_configure(config):
import pytest
raise pytest.UsageError("hello")