{"payload":{"pageCount":3,"repositories":[{"type":"Public","name":"pytest","owner":"pytest-dev","isFork":false,"description":"The pytest framework makes it easy to write small tests, yet scales to support complex functional testing","allTopics":["python","testing","unit-testing","test","hacktoberfest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":72,"issueCount":795,"starsCount":11610,"forksCount":2578,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-30T12:05:12.331Z"}},{"type":"Public","name":"pytest-randomly","owner":"pytest-dev","isFork":false,"description":"🎲 Pytest plugin to randomly order tests and control random.seed","allTopics":["pytest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":3,"issueCount":7,"starsCount":593,"forksCount":30,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-30T11:17:53.715Z"}},{"type":"Public","name":"pytest-subtests","owner":"pytest-dev","isFork":false,"description":"unittest subTest() support and subtests fixture","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":23,"starsCount":194,"forksCount":22,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-28T20:34:12.139Z"}},{"type":"Public","name":"pyfakefs","owner":"pytest-dev","isFork":false,"description":"Provides a fake file system that mocks the Python file system modules.","allTopics":["unit-testing","filesystem","mocking","pytest-plugin","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":6,"starsCount":627,"forksCount":88,"license":"Apache License 2.0","participation":[2,3,0,0,1,0,3,7,3,2,1,3,0,3,5,1,3,0,1,4,2,4,4,1,2,1,0,2,4,1,4,2,2,4,2,6,12,4,2,1,6,1,1,6,4,4,0,3,1,2,1,3],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-28T17:06:55.083Z"}},{"type":"Public","name":"pytest-asyncio","owner":"pytest-dev","isFork":false,"description":"Asyncio support for pytest","allTopics":["python","testing","asyncio","pytest-plugin"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":5,"issueCount":48,"starsCount":1353,"forksCount":140,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-28T14:20:29.302Z"}},{"type":"Public","name":"pytest-xdist","owner":"pytest-dev","isFork":false,"description":"pytest plugin for distributed testing and loop-on-failures testing modes. ","allTopics":["pytest","pytest-plugin","hacktoberfest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":11,"issueCount":250,"starsCount":1398,"forksCount":225,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-27T12:27:09.441Z"}},{"type":"Public","name":"pytest-selenium","owner":"pytest-dev","isFork":false,"description":"Plugin for running Selenium with pytest","allTopics":["plugin","webdriver","selenium","pytest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":4,"issueCount":11,"starsCount":328,"forksCount":119,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-25T19:06:26.734Z"}},{"type":"Public","name":"pluggy","owner":"pytest-dev","isFork":false,"description":"A minimalist production ready plugin system","allTopics":["hooks","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":12,"issueCount":39,"starsCount":1196,"forksCount":122,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-25T04:23:30.998Z"}},{"type":"Public","name":"pytest-mock","owner":"pytest-dev","isFork":false,"description":"Thin-wrapper around the mock package for easier use with pytest","allTopics":["mock","pytest","hacktoberfest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":11,"starsCount":1786,"forksCount":139,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-25T00:21:14.701Z"}},{"type":"Public","name":"pytest-order","owner":"pytest-dev","isFork":false,"description":"pytest plugin that allows to customize the test execution order","allTopics":["pytest-plugin","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":4,"starsCount":157,"forksCount":14,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-24T23:50:31.770Z"}},{"type":"Public","name":"pytest-print","owner":"pytest-dev","isFork":false,"description":"pytest-print adds the printer fixture you can use to print messages to the user (directly to the pytest runner, not stdout)","allTopics":["hacktoberfest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":0,"starsCount":66,"forksCount":8,"license":"MIT License","participation":[0,2,1,1,0,2,3,0,1,2,1,0,1,1,0,1,1,1,1,0,0,2,2,0,1,0,1,1,1,1,1,1,0,1,1,1,1,0,1,0,1,1,1,1,0,2,1,0,1,1,2,0],"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-24T22:15:40.267Z"}},{"type":"Public","name":"pytest-env","owner":"pytest-dev","isFork":false,"description":"pytest plugin to set environment variables in pytest.ini or pyproject.toml file","allTopics":["plugin","pytest","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":2,"starsCount":119,"forksCount":5,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-24T22:15:27.629Z"}},{"type":"Public","name":"execnet","owner":"pytest-dev","isFork":false,"description":"distributed Python deployment and communication","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":8,"issueCount":25,"starsCount":77,"forksCount":43,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-24T22:15:22.692Z"}},{"type":"Public","name":"pytest-timeout","owner":"pytest-dev","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":16,"starsCount":200,"forksCount":64,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-19T17:08:41.899Z"}},{"type":"Public","name":"pytest-localserver","owner":"pytest-dev","isFork":false,"description":"py.test plugin to test server connections locally. This repository was migrated from Bitbucket.","allTopics":["python","testing","http","unit-testing","server","test","https","smtp","pytest-plugin"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":5,"starsCount":22,"forksCount":12,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-18T05:20:43.077Z"}},{"type":"Public","name":"pytest-qt","owner":"pytest-dev","isFork":false,"description":"pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing","allTopics":["qt","pytest","hacktoberfest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":2,"issueCount":33,"starsCount":388,"forksCount":71,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:45:31.497Z"}},{"type":"Public","name":"pytest-flask","owner":"pytest-dev","isFork":false,"description":"A set of pytest fixtures to test Flask applications","allTopics":["python","testing","flask","unit-testing","pytest","pytest-plugin","pytest-flask"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":2,"issueCount":11,"starsCount":480,"forksCount":88,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:26:40.412Z"}},{"type":"Public","name":"pytest-xprocess","owner":"pytest-dev","isFork":false,"description":"pytest external process plugin","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":2,"issueCount":5,"starsCount":96,"forksCount":20,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:26:08.503Z"}},{"type":"Public","name":"pytest-variables","owner":"pytest-dev","isFork":false,"description":"Plugin for providing variables to pytest tests/fixtures","allTopics":["plugin","yaml","json","hjson","pytest","variables"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":0,"starsCount":74,"forksCount":21,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:26:02.915Z"}},{"type":"Public","name":"pytest-html","owner":"pytest-dev","isFork":false,"description":"Plugin for generating HTML reports for pytest results","allTopics":["plugin","html","pytest","pytest-plugin","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":15,"issueCount":145,"starsCount":669,"forksCount":234,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:25:51.883Z"}},{"type":"Public","name":"pytest-metadata","owner":"pytest-dev","isFork":false,"description":"Plugin for accessing test session metadata","allTopics":["plugin","metadata","pytest"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":5,"starsCount":56,"forksCount":25,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:25:47.364Z"}},{"type":"Public","name":"pytest-base-url","owner":"pytest-dev","isFork":false,"description":"pytest plugin for URL based tests","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":2,"starsCount":37,"forksCount":11,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:25:46.737Z"}},{"type":"Public","name":"apipkg","owner":"pytest-dev","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":3,"starsCount":52,"forksCount":17,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-17T22:25:40.984Z"}},{"type":"Public","name":"sprint","owner":"pytest-dev","isFork":false,"description":"pytest development sprint 2024","allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":6,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-16T21:05:59.881Z"}},{"type":"Public","name":"pytest-testinfra","owner":"pytest-dev","isFork":false,"description":"Testinfra test your infrastructures","allTopics":["python","testing","docker","kubernetes","ansible","devops","puppet","tdd","chef","nagios","saltstack","testing-tools","infrastructure-as-code","pytest-plugin","tdd-utilities","devops-tools","infrastructure-testing"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":10,"issueCount":126,"starsCount":2338,"forksCount":354,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-13T12:41:53.849Z"}},{"type":"Public","name":"pytest-describe","owner":"pytest-dev","isFork":false,"description":"Describe-style plugin for the pytest framework","allTopics":["testing","pytest","pytest-plugin","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":1,"issueCount":4,"starsCount":204,"forksCount":18,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-13T03:20:28.008Z"}},{"type":"Public","name":"pytest-django","owner":"pytest-dev","isFork":false,"description":"A Django plugin for pytest.","allTopics":["django","python3","pytest","pytest-plugin","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":27,"issueCount":146,"starsCount":1324,"forksCount":341,"license":"Other","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-12T20:21:51.034Z"}},{"type":"Public","name":"pytest-cov","owner":"pytest-dev","isFork":false,"description":"Coverage plugin for pytest.","allTopics":["pytest","python"],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":7,"issueCount":143,"starsCount":1694,"forksCount":212,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-11T09:10:01.446Z"}},{"type":"Public","name":"pytest-factoryboy","owner":"pytest-dev","isFork":false,"description":"factory_boy integration the pytest runner","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":6,"issueCount":27,"starsCount":354,"forksCount":41,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-10T22:24:40.119Z"}},{"type":"Public","name":"pytest-bdd","owner":"pytest-dev","isFork":false,"description":"BDD library for the py.test runner","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":34,"issueCount":113,"starsCount":1269,"forksCount":215,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-06-10T22:23:53.013Z"}}],"repositoryCount":73,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Repositories"}