nicoddemus
Software developer, OS enthusiast, pytest core maintainer, and author of various pytest plugins. Contributing to @pytest-dev and @conda-forge. Works at @ESSS.
ESSSFlorianopolis, Brazil
Pinned Repositories
conda-devenv
A conda tool to work with multiple projects in development mode.
pytest-rich
pytest + rich integration (proof of concept)
qt-async-threads
Use convenient async/await syntax to spawn threads in Qt applications
ss
Automatically finds subtitles for multiple movies using OpenSubtitle.org APIs
pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
pytest-cpp
Use pytest's runner to discover and execute C++ tests
pytest-mock
Thin-wrapper around the mock package for easier use with pytest
pytest-qt
pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing
pytest-xdist
pytest plugin for distributed testing and loop-on-failures testing modes.
nicoddemus's Repositories
nicoddemus/pytest-rich
pytest + rich integration (proof of concept)
nicoddemus/qt-async-threads
Use convenient async/await syntax to spawn threads in Qt applications
nicoddemus/pytest-drop-dup-tests
A Pytest plugin to drop duplicated tests during collection
nicoddemus/pytest
The pytest testing tool makes it easy to write small tests, yet scales to support complex functional testing
nicoddemus/pytest-mock
Thin-wrapper around the mock package for easier use with py.test
nicoddemus/pytest-qt
pytest plugin for Qt (PyQt4, PyQt5 and PySide) application testing
nicoddemus/PythonQwt
Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)
nicoddemus/xz-feedstock
A conda-smithy repository for xz.
nicoddemus/admin-requests
nicoddemus/collection-test-bed
Bunch of test files to profile pytest's collection performance
nicoddemus/dotfiles
nicoddemus/dramatiq
A fast and reliable distributed task processing library for Python 3.
nicoddemus/execnet
nicoddemus/flask-security-feedstock
A conda-smithy repository for flask-security.
nicoddemus/jaraco.test
nicoddemus/mu-repo
Tool to help in dealing with multiple git repositories
nicoddemus/nose2pytest
Scripts to convert Python Nose tests to PyTest
nicoddemus/numpy
Numpy main repository
nicoddemus/pluggy
Plugin management and hook calling for Python
nicoddemus/pyinstaller-feedstock
A conda-smithy repository for pyinstaller.
nicoddemus/pyqtgraph
Fast data visualization and GUI tools for scientific / engineering applications
nicoddemus/pyserde
Yet another serialization library on top of dataclasses, inspired by serde-rs.
nicoddemus/pytest-cpp
Use pytest's runner to discover and execute C++ tests
nicoddemus/pytest-feedstock
A conda-smithy repository for pytest.
nicoddemus/pytest-flask
A set of pytest fixtures to test Flask applications
nicoddemus/pytest-subtests
unittest subTest() support and subtests fixture
nicoddemus/pytest-xdist
a py.test plugin for distributed testing and loop-on-failures testing modes.
nicoddemus/ruff-pre-commit
A pre-commit hook for Ruff.
nicoddemus/test-paths
Test GitHub actions for short paths
nicoddemus/xdoctest
A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.