Skip to content

Commit

Permalink
refactor: suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisaos committed Jul 28, 2023
1 parent 5d5d840 commit eb14f3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/examples/test_contrib/test_piccolo/test_piccolo_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ def create_test_data():
Path(DB.path).unlink()


@pytest.mark.xdist_group("examples-piccolo")
def test_get_tasks():
with TestClient(app=app) as client:
response = client.get("/tasks")
assert response.status_code == 200
assert len(response.json()) == 1


@pytest.mark.xdist_group("examples-piccolo")
def test_task_crud():
with TestClient(app=app) as client:
payload = {
Expand Down

0 comments on commit eb14f3b

Please sign in to comment.