issues
search
simplistix
/
sybil
Automated testing for the examples in your documentation.
https://sybil.readthedocs.io/en/latest/
Other
74
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unexpected LexingException when a Markdown (or MyST) document has a comment saying "code"
#145
adamtheturtle
opened
2 days ago
4
Remove unused constant
#144
Zac-HD
closed
1 week ago
0
Remove `PYTEST_VERSION` constant to work with pytest pre-releases
#143
Zac-HD
closed
1 week ago
3
MyST equivalent for sybil.parsers.rest.DocTestParser
#142
nstarman
opened
3 weeks ago
7
Do not ignore mypy error code "return"
#141
adamtheturtle
closed
1 month ago
0
AttributeError on bad skip comment
#140
adamtheturtle
closed
1 month ago
14
Add __pycache__ to .gitignore
#139
adamtheturtle
closed
1 month ago
0
Enable running skips with custom marker
#138
adamtheturtle
closed
1 month ago
3
Add a maximum version to pytest dependency for the pytest extra
#137
adamtheturtle
closed
1 month ago
3
Move from some _pytest imports to pytest imports
#136
adamtheturtle
closed
1 month ago
0
Remove unused imports
#135
adamtheturtle
closed
1 month ago
0
Drop support for Python 3.8
#134
adamtheturtle
closed
1 month ago
0
Move from typing to collections.abc for multiple deprecated imports
#133
adamtheturtle
closed
1 month ago
6
Ignore Ellipsis when it appears as a docstring
#132
cjw296
closed
1 month ago
0
Docstring collection failure with ellipsis
#131
je-cook
closed
1 month ago
2
deal with pytest versions
#130
cjw296
closed
1 month ago
4
Avoid ast deprecations
#129
adamtheturtle
closed
1 month ago
0
TypeError related to FixtureManager.getfixtureclosure() on v7.0.0
#128
gautierronan
closed
1 month ago
5
Add support for the `.. code::` reStructuredText directive
#127
adamtheturtle
closed
1 month ago
1
Add support for the `code` MyST directive
#126
adamtheturtle
closed
1 month ago
1
Fix typo in concepts.rst
#125
adamtheturtle
closed
1 month ago
0
Satisfy pyright --verifytypes by changing how Lexeme.__init__ is written
#124
adamtheturtle
closed
2 months ago
5
Drop Python 3.7 support
#123
cjw296
closed
2 months ago
0
Fix issue with escaped quotes in docstrings
#122
cjw296
closed
2 months ago
0
Colored output in Python 3.13 causes Sybil to fail
#121
sscherfke
closed
2 months ago
4
Discussion: Using multiple evaluators on the same region
#120
adamtheturtle
closed
1 month ago
28
Escapes inside docstring cause Sybil to fail
#119
taminomara
closed
2 months ago
3
pytest: `IndexError: list index out of range` when filtering traceback at `tb_entry = tb[1]`
#118
nstarman
closed
4 months ago
5
Fix block lexing of indented blank lines
#117
Marenz
closed
6 months ago
3
Test verifying blank lines are not stripped by myst.PythonCodeBlockParser
#116
cjw296
closed
6 months ago
1
Regression: Fails handling triple backquotes with lang tag
#115
Marenz
closed
6 months ago
13
sdist is missing some files needed for testing
#114
mtelka
closed
8 months ago
3
Add support for MyST nested directives
#113
cjw296
closed
7 months ago
0
Adjust tests for improved implementation of ** globs in Python 3.13+
#112
hroncok
closed
9 months ago
1
MyST lexer can't handle code fences with additional backticks
#111
davidselassie
closed
7 months ago
5
Support for `testcode` and `testoutput` in `DocTestDirectiveParser`s
#110
davidselassie
closed
6 months ago
6
pytest 8 support
#109
cjw296
closed
9 months ago
0
Add fixes for Pytest 8.0.0
#108
adamtheturtle
closed
9 months ago
1
Pytest 8 error: FixtureManager.getfixtureclosure() missing 1 required positional argument: 'ignore_args'
#107
sscherfke
closed
9 months ago
14
`skip: next` now seems to require an empty line after it
#106
wRAR
closed
11 months ago
2
Official Python 3.12 support
#105
cjw296
closed
11 months ago
0
Ship py.typed with the source distribution
#104
adamtheturtle
closed
1 year ago
1
Use specific codes for type: ignore comments
#103
adamtheturtle
closed
1 year ago
1
Add py.typed package data
#102
adamtheturtle
closed
1 year ago
1
Resolve typing errors on sybil/region.py
#101
adamtheturtle
closed
1 year ago
2
Add type hints to pytest_integration method
#100
adamtheturtle
closed
1 year ago
0
Non-MyST Flavored Markdown support
#99
cjw296
closed
1 year ago
12
Rename some `tb` variables
#98
adamtheturtle
closed
1 year ago
3
Type hint sybil failure repr
#97
adamtheturtle
closed
1 year ago
1
Fix type issues on sybil/parsers/abstract/codeblock.py
#96
adamtheturtle
closed
1 year ago
1
Next