Skip to content

Commit f29b5d6

Browse files
committed
Add WIP warnings.
1 parent e95dd41 commit f29b5d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: selfie.dev/src/pages/py/index.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export const description = "Zero-config inline and disk snapshots for Python. Fe
77

88
<NavHeading text="literal" popout="/py/get-started#quickstart" />
99

10+
## NOT READY YET - WIP
11+
1012
This is a reasonable way to test.
1113

1214
```python
@@ -48,6 +50,8 @@ And from now on it's a proper assertion, but you didn't have to spend any time w
4850

4951
<NavHeading text="like-a-filesystem" popout="/py/get-started#disk" />
5052

53+
## NOT READY YET - WIP
54+
5155
That `primesBelow(100)` snapshot above is almost too long. Something bigger, such as `primesBelow(10_000)` is definitely too big. To handle this, selfie lets you put your snapshots on disk.
5256

5357
```python
@@ -89,6 +93,8 @@ You can treat your snapshot files as an output deliverable of your code, and use
8993

9094
<NavHeading text="lensable" popout="/py/facets" />
9195

96+
## NOT READY YET - WIP
97+
9298
A problem with the snapshots we've shown so far is that they are one dimensional. What about headers and cookies? What about the content the user actually sees, without all the markup? What if we could do this?
9399

94100
```
@@ -141,6 +147,8 @@ See the [facets section](/py/facets) for more details on how you can use Selfie
141147

142148
<NavHeading text="cacheable" popout="/py/cache" />
143149

150+
## NOT READY YET - WIP
151+
144152
Sometimes a test has a component which is slow, expensive, or non-deterministic. In cases like this, it can be useful to save the result of a previous execution of the API call, and use that as a mock for future tests.
145153

146154
```python

0 commit comments

Comments
 (0)