awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pytest-dev/pytest-randomly

Open-source alternatives to Pytest Randomly

30 open-source projects similar to pytest-dev/pytest-randomly, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pytest Randomly alternative.

  • man-group/pytest-pluginsAvatar von man-group

    man-group/pytest-plugins

    597Auf GitHub ansehen↗

    OS | Build | Coverage | ------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------- |

    Python
    Auf GitHub ansehen↗597
  • pytest-dev/pytest-testinfraP

    pytest-dev/pytest-testinfra

    2,470Auf GitHub ansehen↗

    ################################## Testinfra test your infrastructure ##################################

    Python
    Auf GitHub ansehen↗2,470
  • pytest-dev/pytest-xdistAvatar von pytest-dev

    pytest-dev/pytest-xdist

    1,869Auf GitHub ansehen↗

    pytest-xdist

    Python
    Auf GitHub ansehen↗1,869
  • gabrielcnr/pytest-datadirAvatar von gabrielcnr

    gabrielcnr/pytest-datadir

    275Auf GitHub ansehen↗

    pytest plugin for manipulating test data directories and files.

    Python
    Auf GitHub ansehen↗275
  • tarpas/pytest-testmonAvatar von tarpas

    tarpas/pytest-testmon

    989Auf GitHub ansehen↗

    This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. How is this possible in dynamic language like Python and how reliable is it? Read here: Determining affected tests

    Python
    Auf GitHub ansehen↗989

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
adamluzsi/testcaseA

adamluzsi/testcase

0Auf GitHub ansehen↗
Auf GitHub ansehen↗0
  • adamchainz/pytest-reverseAvatar von adamchainz

    adamchainz/pytest-reverse

    29Auf GitHub ansehen↗

    pytest-reverse

    Python
    Auf GitHub ansehen↗29
  • abhinaba-ghosh/axe-playwrightA

    abhinaba-ghosh/axe-playwright

    0Auf GitHub ansehen↗

    Axe-core® is a powerful accessibility testing engine provided by Deque Systems that powers this package. Axe-Playwright provides simple commands to integrate the axe-core® library with your Playwright tests. This integration functions seamlessly across all Playwright browsers: Chromium, Firefox,…

    Auf GitHub ansehen↗0
  • ainsleymcgrath/pytest-embraceAvatar von ainsleymcgrath

    ainsleymcgrath/pytest-embrace

    11Auf GitHub ansehen↗

    The pytest-embrace plugin enables judicious, repeatable, lucid unit testing using.

    Python
    Auf GitHub ansehen↗11
  • agourlay/cornichonAvatar von agourlay

    agourlay/cornichon

    234Auf GitHub ansehen↗

    Testing tool in Scala for HTTP JSON API

    Scala
    Auf GitHub ansehen↗234
  • airbnb/okreplayA

    airbnb/okreplay

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • airspeed-velocity/asvAvatar von airspeed-velocity

    airspeed-velocity/asv

    1,006Auf GitHub ansehen↗

    airspeed velocity

    Python
    Auf GitHub ansehen↗1,006
  • airstruck/knifeAvatar von airstruck

    airstruck/knife

    515Auf GitHub ansehen↗

    A collection of useful micro-modules for Lua.

    Lua
    Auf GitHub ansehen↗515
  • alco/mix-erlang-tasksAvatar von alco

    alco/mix-erlang-tasks

    21Auf GitHub ansehen↗

    Common tasks for Erlang projects that use Mix

    Elixir
    Auf GitHub ansehen↗21
  • adacore/aunitAvatar von AdaCore

    AdaCore/aunit

    11Auf GitHub ansehen↗

    AUnit README

    Ada
    Auf GitHub ansehen↗11
  • alfert/propcheckAvatar von alfert

    alfert/propcheck

    393Auf GitHub ansehen↗

    Property based Testing for Elixir (based upon PropEr)

    Elixir
    Auf GitHub ansehen↗393
  • alexfernandez/loadtestAvatar von alexfernandez

    alexfernandez/loadtest

    2,633Auf GitHub ansehen↗

    Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

    JavaScript
    Auf GitHub ansehen↗2,633
  • agiledragon/gomonkeyAvatar von agiledragon

    agiledragon/gomonkey

    2,257Auf GitHub ansehen↗

    gomonkey is a library to make monkey patching in unit tests easy

    Gofunctionfunction-variableglobal-variable
    Auf GitHub ansehen↗2,257
  • alibaba/uirecorderAvatar von alibaba

    alibaba/uirecorder

    2,073Auf GitHub ansehen↗

    UI Recorder is multi-platform UI test case recorder like Selenium IDE but more powerful than Selenium IDE!

    JavaScript
    Auf GitHub ansehen↗2,073
  • alicebob/miniredisAvatar von alicebob

    alicebob/miniredis

    3,560Auf GitHub ansehen↗

    Pure Go Redis server for Go unittests

    Gogoredisunittest
    Auf GitHub ansehen↗3,560
  • alisoftware/ohhttpstubsAvatar von AliSoftware

    AliSoftware/OHHTTPStubs

    5,068Auf GitHub ansehen↗

    OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing application behavior without a live backend. It functions as a network request stubbing tool that captures outgoing network calls and replaces them with predefined mock data, custom status codes, and headers. The library distinguishes itself through its ability to simulate a wide range of network conditions, including artificial latency and connection failures. It supports dynamic response sequencing, allowing the tool to return a series of different responses for the same requ

    Objective-Ciosmockmock-server
    Auf GitHub ansehen↗5,068
  • alkass/polishAvatar von Alkass

    Alkass/polish

    59Auf GitHub ansehen↗

    Testing Framework for Rust

    Rustrusttest-driven-developmenttesting-framework
    Auf GitHub ansehen↗59
  • americanexpress/jest-image-snapshotAvatar von americanexpress

    americanexpress/jest-image-snapshot

    3,913Auf GitHub ansehen↗

    jest-image-snapshot is a Node.js image testing library and visual comparison engine designed for visual regression testing within Jest. It provides a custom matcher to compare current images against baseline snapshots to identify pixel differences. The tool generates image diffs that highlight specific divergences between baseline and received snapshots. It includes mechanisms to update baseline images when changes are approved and allows for sensitivity tuning via pixel count, percentage thresholds, or blur to ignore noise. The library covers image snapshot management, including custom stor

    JavaScript
    Auf GitHub ansehen↗3,913
  • angular/protractorAvatar von angular

    angular/protractor

    8,694Auf GitHub ansehen↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    JavaScriptangularend-to-endjavascript
    Auf GitHub ansehen↗8,694
  • anthonylloyd/cscheckAvatar von AnthonyLloyd

    AnthonyLloyd/CsCheck

    205Auf GitHub ansehen↗

    Random testing library for C#

    C#causal-profilingconcurrency-testingmetamorphic-testing
    Auf GitHub ansehen↗205
  • antonmi/especAvatar von antonmi

    antonmi/espec

    816Auf GitHub ansehen↗

    Elixir Behaviour Driven Development

    Elixir
    Auf GitHub ansehen↗816
  • antp/kovacsAvatar von antp

    antp/kovacs

    4Auf GitHub ansehen↗

    Download the latest release (or clone) the repository and build Kovacs with:

    Elixir
    Auf GitHub ansehen↗4
  • apache/cassandra-harryA

    apache/cassandra-harry

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • apache/jmeterAvatar von apache

    apache/jmeter

    9,233Auf GitHub ansehen↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Javajavaperformancetest
    Auf GitHub ansehen↗9,233
  • alexei-led/pumbaAvatar von alexei-led

    alexei-led/pumba

    3,051Auf GitHub ansehen↗

    Chaos testing, network emulation, and stress testing tool for containers

    Go
    Auf GitHub ansehen↗3,051