Skip to content

Commit 624ca60

Browse files
committed
Fix meta descriptions
1 parent 590e2cb commit 624ca60

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Python/Module6_Testing/Hypothesis.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jupyter:
1414

1515
<!-- #raw raw_mimetype="text/restructuredtext" -->
1616
.. meta::
17-
:description: Topic: Writing tests for your code, Difficulty: Easy, Category: Section
18-
:keywords: test, automated, pytest, parametrize, fixture, suite, decorator, clean directory
17+
:description: A basic introduction for using Hypothesis testing library
1918
<!-- #endraw -->
2019

2120
<!-- #region -->

Python/Module6_Testing/Hypothesis_Practice_Exercises.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jupyter:
1414

1515
<!-- #raw raw_mimetype="text/restructuredtext" -->
1616
.. meta::
17-
:description: Topic: Practice exercises using Hypothesis, Difficulty: Easy, Category: Section
18-
:keywords: hypothesis, practice, exercise, test
17+
:description: Practice exercises using the Hypothesis testing library
1918
<!-- #endraw -->
2019

2120
# Practice Exercises Using Hypothesis

Python/Module6_Testing/Pytest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jupyter:
1414

1515
<!-- #raw raw_mimetype="text/restructuredtext" -->
1616
.. meta::
17-
:description: Topic: Introducing the pytest framework, Difficulty: Easy, Category: Section
18-
:keywords: test, automated, pytest, parametrize, fixture, suite, decorator, clean directory
17+
:description: The basics of using pytest to create a test suite for a Python project
1918
<!-- #endraw -->
2019

2120
# Designing a Test Suite for a Python Project

Python/Module6_Testing/Writing_Your_Own_Strategy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jupyter:
1414

1515
<!-- #raw raw_mimetype="text/restructuredtext" -->
1616
.. meta::
17-
:description: Topic: Writing Your Own Hypothesis Strategy, Difficulty: Medium, Category: Section
18-
:keywords: test, python, hypotheis, composite, decorator, strategy, property-based
17+
:description: Writing your own strategies for describing data in Hypothesis tests
1918
<!-- #endraw -->
2019

2120
<!-- #region -->

0 commit comments

Comments
 (0)