Fix ansible-test pep8 bug and add notable release

This commit is contained in:
Alan Rominger
2021-06-28 22:37:10 -04:00
parent c09cad3e6d
commit b8f5dda6da
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ def test_create_project(run_module, admin_user, organization, silence_warning):
result.pop('invocation')
assert result == {'name': 'foo', 'id': proj.id}
@pytest.mark.django_db
def test_create_project_copy_from(run_module, admin_user, organization, silence_warning):
''' Test the copy_from functionality'''