Skip to content

Commit 0a27bc5

Browse files
authored
Remove recording code and old records (#61)
- As we do not use recorded test results we can safely remove all recording code - remove old fixtures
1 parent 9f49993 commit 0a27bc5

31 files changed

+1
-2918
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Provide some base configurations for tests."""
22
import phpypam
33
import pytest
4-
import py.path
4+
import py.path # pyright: ignore reportMissingImports=false
55
import yaml
66

77
from urllib.parse import urlparse, urlunparse

tests/fixtures/test_address_not_found.yml

-103
This file was deleted.

tests/fixtures/test_connection_failure.yml

-100
This file was deleted.

tests/fixtures/test_connection_success.yml

-54
This file was deleted.

tests/fixtures/test_controllers.yml

-108
This file was deleted.

0 commit comments

Comments
 (0)