Skip to content

Commit

Permalink
add fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
P. Taylor Goetz committed May 20, 2024
1 parent 8b1731e commit 220eeaa
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
21 changes: 21 additions & 0 deletions backend/tests/unit_tests/fixtures/sample.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Header 1

## Header 2

### Header 3

1. List item 1
2. List item 2

* Unordered list item 1
* Unordered list item 2

**Bold text**

*Italic text*

Plain text

```python
print("Hello, world!")
```
5 changes: 5 additions & 0 deletions backend/tests/unit_tests/fixtures/sample.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Foo:
Bar: 1
Baz: 2

# Path: backend/tests/unit_tests/fixtures/sample.jso
5 changes: 5 additions & 0 deletions backend/tests/unit_tests/fixtures/sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Foo:
Bar: 1
Baz: 2

# Path: backend/tests/unit_tests/fixtures/sample.jso

0 comments on commit 220eeaa

Please sign in to comment.