We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21abfb9 commit 7cd938cCopy full SHA for 7cd938c
docs/how-to-guides/adding-or-reusing-tests.md
@@ -2,7 +2,7 @@
2
3
## Overview
4
5
-This guide will go over
+This guide will go over:
6
7
1. how Feast tests are setup
8
2. how to extend the test suite to test new functionality
@@ -164,7 +164,7 @@ To:
164
* Use the same function signatures as an existing test \(e.g. have environment as an argument\) to include the relevant test fixtures.
165
* We prefer to expand what an individual test covers due to the cost of standing up offline / online stores
166
* Using custom data in a new test:
167
- * This is used in several places such `test_universal_types.py`
+ * This is used in several places such as `test_universal_types.py`
168
169
```python
170
0 commit comments