-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from slayoo/readme_run_pytest
move README-code checking to a pytest test
- v2.107
- v2.106
- v2.105
- v2.104
- v2.103
- v2.102
- v2.101
- v2.100
- v2.99
- v2.98
- v2.97
- v2.96
- v2.95
- v2.94
- v2.93
- v2.92
- v2.91
- v2.90
- v2.89
- v2.88
- v2.87
- v2.86
- v2.85
- v2.84
- v2.83
- v2.82
- v2.81
- v2.80
- v2.79
- v2.78
- v2.77
- v2.76
- v2.75
- v2.74
- v2.73
- v2.72
- v2.71
- v2.70
- v2.69
- v2.68
- v2.67
- v2.66
- v2.65
- v2.64
- v2.63
- v2.62
- v2.61
- v2.60
- v2.59
- v2.58
- v2.57
- v2.56
- v2.55
- v2.54
- v2.53
- v2.52
- v2.51
- v2.50
- v2.49
- v2.48
- v2.47
- v2.46
- v2.45
- v2.44
- v2.43
- v2.42
- v2.41
- v2.40
- v2.39
- v2.38
- v2.37
- v2.36
- v2.35
- v2.34
- v2.33
- v2.32
- v2.31
- v2.30
- v2.29
- v2.28
- v2.27
- v2.26
- v2.25
- v2.24
- v2.23
- v2.22
- v2.21
- v2.20
- v2.19
- v2.18
- v2.17
- v2.16
- v2.15
- v2.14
- v2.13
- v2.12
- v2.11
- v2.10
- v2.9
- v2.8
- v2.7
- v2.6
- v2.5
- v2.4
- v2.3
- v2.2
- v2.1
- v2.0
- v1.27
- v1.26
- v1.25
- v1.24
- v1.23
- v1.22
- v1.21
- v1.20
- v1.19
- v1.18
- v1.17
- v1.16
- v1.15
- v1.14
- v1.13
- v1.12
- v1.11
- v1.10
- v1.9
- v1.8
- v1.7
- v1.6
- v1.5
- v1.4
- v1.3
- tip
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import exdown | ||
import pathlib | ||
|
||
|
||
test_readme = exdown.pytests( | ||
pathlib.Path(__file__).parent.parent.parent.joinpath("README.md").absolute(), | ||
syntax_filter="Python", | ||
encoding='utf8' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters