Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / simplistix/sybil issues and pull requests

#123 - Drop Python 3.7 support

Pull Request - State: closed - Opened by cjw296 24 days ago

#122 - Fix issue with escaped quotes in docstrings

Pull Request - State: closed - Opened by cjw296 24 days ago

#121 - Colored output in Python 3.13 causes Sybil to fail

Issue - State: closed - Opened by sscherfke 26 days ago - 4 comments

#120 - Discussion: Using multiple evaluators on the same region

Issue - State: open - Opened by adamtheturtle 26 days ago - 3 comments

#119 - Escapes inside docstring cause Sybil to fail

Issue - State: closed - Opened by taminomara 28 days ago - 3 comments

#117 - Fix block lexing of indented blank lines

Pull Request - State: closed - Opened by Marenz 5 months ago - 3 comments

#116 - Test verifying blank lines are not stripped by myst.PythonCodeBlockParser

Pull Request - State: closed - Opened by cjw296 5 months ago - 1 comment

#115 - Regression: Fails handling triple backquotes with lang tag

Issue - State: closed - Opened by Marenz 5 months ago - 13 comments

#114 - sdist is missing some files needed for testing

Issue - State: closed - Opened by mtelka 7 months ago - 3 comments
Labels: linux-distro-packaging

#113 - Add support for MyST nested directives

Pull Request - State: closed - Opened by cjw296 8 months ago

#112 - Adjust tests for improved implementation of ** globs in Python 3.13+

Pull Request - State: closed - Opened by hroncok 8 months ago - 1 comment

#111 - MyST lexer can't handle code fences with additional backticks

Issue - State: closed - Opened by davidselassie 8 months ago - 5 comments

#110 - Support for `testcode` and `testoutput` in `DocTestDirectiveParser`s

Issue - State: closed - Opened by davidselassie 8 months ago - 6 comments

#109 - pytest 8 support

Pull Request - State: closed - Opened by cjw296 8 months ago

#108 - Add fixes for Pytest 8.0.0

Pull Request - State: closed - Opened by adamtheturtle 8 months ago - 1 comment

#106 - `skip: next` now seems to require an empty line after it

Issue - State: closed - Opened by wRAR 10 months ago - 2 comments

#105 - Official Python 3.12 support

Pull Request - State: closed - Opened by cjw296 11 months ago

#104 - Ship py.typed with the source distribution

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 1 comment

#103 - Use specific codes for type: ignore comments

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 1 comment

#102 - Add py.typed package data

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 1 comment

#101 - Resolve typing errors on sybil/region.py

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 2 comments

#100 - Add type hints to pytest_integration method

Pull Request - State: closed - Opened by adamtheturtle 11 months ago

#99 - Non-MyST Flavored Markdown support

Pull Request - State: closed - Opened by cjw296 11 months ago - 12 comments

#98 - Rename some `tb` variables

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 3 comments

#97 - Type hint sybil failure repr

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 1 comment

#96 - Fix type issues on sybil/parsers/abstract/codeblock.py

Pull Request - State: closed - Opened by adamtheturtle 11 months ago - 1 comment

#95 - Fix all type checking errors on skip evaluators and parsers

Pull Request - State: closed - Opened by adamtheturtle 11 months ago

#94 - Skip improvements

Pull Request - State: closed - Opened by cjw296 12 months ago

#93 - Add a number of "assert <> is not None" for mypy

Pull Request - State: closed - Opened by adamtheturtle 12 months ago - 9 comments

#92 - Parse and export directive options, too

Issue - State: closed - Opened by sscherfke 12 months ago - 18 comments

#91 - Add type hints for sybil/parsers/myst/codeblock.py

Pull Request - State: closed - Opened by adamtheturtle 12 months ago

#90 - Add return types for various sybil/sybil.py methods

Pull Request - State: closed - Opened by adamtheturtle 12 months ago

#89 - Avoid using py.path.local

Pull Request - State: closed - Opened by adamtheturtle 12 months ago

#88 - Request: Add test which fails if `self.evaluator = None` is removed

Issue - State: closed - Opened by adamtheturtle 12 months ago - 2 comments

#87 - Fix typo in doctest.py docstring

Pull Request - State: closed - Opened by adamtheturtle 12 months ago

#86 - More thoroughly type setup and teardown in sybil/sybil.py

Pull Request - State: closed - Opened by adamtheturtle 12 months ago

#85 - This adds a number of simple type hints to sybil/evaluators/skip.py,

Pull Request - State: closed - Opened by adamtheturtle 12 months ago - 2 comments

#84 - Modify some type hints in sybil/document.py

Pull Request - State: closed - Opened by adamtheturtle 12 months ago

#83 - Support GitHub Flavored Markdown (GFM)

Issue - State: closed - Opened by cjw296 about 1 year ago

#82 - ModuleNotFoundError if pytest is not installed

Issue - State: closed - Opened by adamtheturtle about 1 year ago - 5 comments

#81 - Add a number of type hints

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 5 comments

#80 - Type hint sybil/parsers/rest/capture.py

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 1 comment

#79 - mypy configuration and continuous integration

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 10 comments

#78 - Type hint sybil/example.py

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 1 comment

#77 - Specialise Pattern and Match type hints

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#76 - Add type hints to sybil.evaluators.doctest

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#75 - Add type hints to all optionflags parameters

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#74 - Add type hints for sybil/python.py

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#73 - Avoid using private variable _unittest_reportflags from doctest

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 1 comment

#72 - Add type hints to sybil/parsers/rest/codeblock.py

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#71 - Add type hints to sybil.region

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#70 - Define pytest skipif as variable not function

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#69 - Add type hints to sybil.integration.unittest

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 1 comment

#68 - Remove all `func-returns-value` errors from mypy

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 5 comments

#67 - Add type hints for a number of test helper functions

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 1 comment

#66 - Fix some "attr-defined" mypy errors: Explicitly re-export relied on a…

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago - 2 comments

#65 - Resolve all mypy no-untyped-def errors which require "-> None"

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#64 - Make all optional types explicit

Pull Request - State: closed - Opened by adamtheturtle about 1 year ago

#63 - Fix DeprecationWarnings under 3.12

Pull Request - State: closed - Opened by cjw296 about 1 year ago

#62 - Feature request: Add type hints

Issue - State: closed - Opened by adamtheturtle about 1 year ago - 3 comments

#61 - Warnings on Python 3.12 about ast.Str

Issue - State: closed - Opened by hynek about 1 year ago - 2 comments

#60 - Unhelpful error with missing final linefeed

Issue - State: closed - Opened by hynek about 1 year ago - 4 comments

#59 - Doesn't work with namespace packages

Issue - State: closed - Opened by wimglenn about 1 year ago - 3 comments

#58 - Use stdlib inspect to get the caller filename

Pull Request - State: closed - Opened by wimglenn about 1 year ago

#57 - Have a badge

Issue - State: closed - Opened by nstarman about 1 year ago - 1 comment

#56 - Allow test setup/cleanup

Issue - State: closed - Opened by nstarman about 1 year ago - 6 comments

#55 - tests/helpers.py not in PyPI tarball

Issue - State: closed - Opened by MeggyCal about 1 year ago - 1 comment
Labels: linux-distro-packaging

#54 - Markdown forces an empty line at the end

Issue - State: closed - Opened by hynek about 1 year ago - 9 comments

#53 - Deal with more pytest internals changing

Pull Request - State: closed - Opened by cjw296 about 1 year ago

#51 - isinstance with `Protocol` fails in doctest

Issue - State: closed - Opened by nstarman over 1 year ago - 3 comments

#50 - AttributeError: 'NoneType' object has no attribute 'end'

Issue - State: closed - Opened by Marenz over 1 year ago - 5 comments

#49 - Drop support for Python 3.6 and pytest<7.1

Pull Request - State: closed - Opened by cjw296 over 1 year ago

#48 - Doctest in python source fixes

Pull Request - State: closed - Opened by cjw296 over 1 year ago

#47 - Provide a way to isolate tests within one document

Issue - State: closed - Opened by adamtheturtle over 1 year ago - 10 comments

#46 - Unexpected whitespace error

Issue - State: closed - Opened by bveeramani over 1 year ago - 4 comments

#45 - Doctest with MyST may be broken or incorrectly documented

Issue - State: closed - Opened by sscherfke over 1 year ago - 14 comments

#44 - "skip" in MyST parser markdown documents

Issue - State: closed - Opened by sscherfke over 1 year ago - 2 comments

#43 - Support for multiple Source languages

Pull Request - State: closed - Opened by cjw296 almost 2 years ago - 2 comments

#42 - Question to test set up: Is it possible that CI is testing the coverage of tests?

Issue - State: closed - Opened by ksuess over 2 years ago - 1 comment

#41 - Namespace spanning examples

Issue - State: closed - Opened by ksuess over 2 years ago - 11 comments

#40 - Allow TestCase init with list of examples

Pull Request - State: closed - Opened by ksuess over 2 years ago - 1 comment

#39 - Skip comments do not skip next pieces of code

Issue - State: closed - Opened by mgiammar over 2 years ago - 3 comments

#38 - Give in and matrix test against pytest versions.

Pull Request - State: closed - Opened by cjw296 over 2 years ago

#37 - Incompatibility with Pytest 7.0

Issue - State: closed - Opened by thirtytwobits over 2 years ago - 3 comments

#36 - 3.0.0: pytest is failing in `tests/test_functional.py::test_modules_not_importable_unittest`unit

Issue - State: closed - Opened by kloczek almost 3 years ago - 4 comments
Labels: linux-distro-packaging

#35 - Restore sorting of test paths to make tests reliable again

Pull Request - State: closed - Opened by mgorny almost 3 years ago

#34 - Test regressions since 11496eb5761761b (Fix source filtering)

Issue - State: closed - Opened by mgorny almost 3 years ago - 5 comments
Labels: linux-distro-packaging

#33 - Examples from code as well as documentation.

Pull Request - State: closed - Opened by cjw296 almost 3 years ago

#32 - More languages

Pull Request - State: closed - Opened by cjw296 almost 3 years ago

#31 - Officially support 3.10

Pull Request - State: closed - Opened by cjw296 almost 3 years ago

#30 - REPL functionality in code blocks

Issue - State: closed - Opened by Chris-May about 3 years ago - 2 comments

#29 - Numerours PytestDeprecationWarning raised when using Sybil

Issue - State: closed - Opened by thirtytwobits over 3 years ago - 6 comments

#28 - Failed tests against CPython-3.10

Issue - State: closed - Opened by mkszuba over 3 years ago - 1 comment

#27 - Fix tests that fail under python3.10

Pull Request - State: closed - Opened by keszybz over 3 years ago - 3 comments
Labels: linux-distro-packaging

#26 - Make the CodeBlockParser extensible to support other languages in subclasses

Pull Request - State: closed - Opened by scoder over 3 years ago - 9 comments

#25 - Parse content from docstrings?

Issue - State: closed - Opened by Cadair almost 4 years ago - 6 comments

#24 - Allow tabs in DocTestParser

Issue - State: closed - Opened by jacksonllee almost 4 years ago - 5 comments