Pawel Chomicki

Results 10 issues of Pawel Chomicki

It is time to say good bay for Python 2.7. Support will be dropped in pytest-spec 4.0.0

enhancement

Changes to add support for Python 3.10. New releases should based on Python 3.10. Related to #47

Python 3.10 was released: https://www.python.org/downloads/release/python-3100/ and should be added to pipeline to ensure that plugin is still working.

feature-request

Related to #45 @satyanash @bukzor are you able to check this change before release? Implementation is limited only to function prefixes (globs are not supported). I run following command to...

Issue: #11 Work plan: - [x] Add some cache to read template only once per file - [x] Add logic to read template format for test file - [x] Add...

feature-request

Resources are not working if path contains ${CURDIR} or ${EXECDIR}. Is it possible to add functionality to try resolve these variables or get some configuration panel to set. With ${CURDIR}...

help wanted

Hello, I tried this app with my corporate account but in the middle of authentication (after typing e-mail address) there is redirection to some other server to type my corporate...

- Added support for Python 3.11 - Added pre-commit configuration - Added pypiline step to run pre-commit

Hi, I tried your application and is working as expected for private accounts. With business account there is redirection to company page and popup login window which is not supported...

To simplify env setup I decided to move back to pip and pyproject.toml as a latest standard. What was done: - [x] Changed pyproject.toml to support pip - [x] Changed...