Skip to content
View robertobernabe's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report robertobernabe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pytest-artifacts pytest-artifacts Public

    Plugin for py.test to collect test artifacts

    Python 1

  2. pytest-winnotify pytest-winnotify Public

    Windows tray notifications for py.test results

    Python 1

  3. cookiecutter-c cookiecutter-c Public

    CMake

  4. cookiecutter-cpp-vcpkg cookiecutter-cpp-vcpkg Public

    CMake

  5. retryer retryer Public

    Python

  6. Run multiple nox sessions in a mono ... Run multiple nox sessions in a mono repo from one wrapper nox call
    1
    import os
    2
    import shlex
    3
    import importlib.util
    4
    import sys
    5
    from pathlib import Path