Skip to content

Commit

Permalink
Remove recording code and old records
Browse files Browse the repository at this point in the history
- As we do not use recorded test results we can safely remove all
recording code
- remove old fixtures
  • Loading branch information
cmeissner committed Oct 2, 2023
1 parent 9f49993 commit 2d11b5f
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 2,918 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Provide some base configurations for tests."""
import phpypam
import pytest
import py.path
import py.path # pyright: ignore reportMissingImports=false
import yaml

from urllib.parse import urlparse, urlunparse
Expand Down
103 changes: 0 additions & 103 deletions tests/fixtures/test_address_not_found.yml

This file was deleted.

100 changes: 0 additions & 100 deletions tests/fixtures/test_connection_failure.yml

This file was deleted.

54 changes: 0 additions & 54 deletions tests/fixtures/test_connection_success.yml

This file was deleted.

108 changes: 0 additions & 108 deletions tests/fixtures/test_controllers.yml

This file was deleted.

Loading

0 comments on commit 2d11b5f

Please sign in to comment.