Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ef59e7

Browse files
authored
chore: switch from memfs to fstest.MapFS (#327)
* Switch from memfs to built-in fstest.MapFS * Ensure httptest servers are closed during test cleanup * Swap ordering of expected/actual values in assertion functions * Use http.StatusOK constants for status codes * Add a 1-second context timeout for each request * Use the test httptest.Server.Client() so that we can handle TLS server certificates if desired
1 parent 37bcfeb commit 5ef59e7

File tree

3 files changed

+178
-115
lines changed

3 files changed

+178
-115
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ require (
4141
github.com/pion/transport v0.13.0
4242
github.com/pion/webrtc/v3 v3.1.23
4343
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
44-
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef
4544
github.com/quasilyte/go-ruleguard/dsl v0.3.17
4645
github.com/spf13/cobra v1.3.0
4746
github.com/stretchr/testify v1.7.0

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,6 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
11041104
github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
11051105
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
11061106
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
1107-
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef h1:NKxTG6GVGbfMXc2mIk+KphcH6hagbVXhcFkbTgYleTI=
1108-
github.com/psanford/memfs v0.0.0-20210214183328-a001468d78ef/go.mod h1:tcaRap0jS3eifrEEllL6ZMd9dg8IlDpi2S1oARrQ+NI=
11091107
github.com/quasilyte/go-ruleguard/dsl v0.3.17 h1:L5xf3nifnRIdYe9vyMuY2sDnZHIgQol/fDq74FQz7ZY=
11101108
github.com/quasilyte/go-ruleguard/dsl v0.3.17/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU=
11111109
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=

0 commit comments

Comments
 (0)