Code Monkey home page Code Monkey logo

hypothesis_testing_for_pickledb's Introduction

Property-Based Testing for PickleDB with Hypothesis

This repository contains a Python project for implementing property-based testing on PickleDB using the Hypothesis library. It's part of the course project for University of Waterloo ECE 653 and serves as an example of advanced testing techniques in software engineering.

Overview

PickleDB is a lightweight and simple key-value store. It is built upon Python's simplejson module and was designed to be fast and straightforward to use. This project aims to use Hypothesis, a powerful property-based testing framework for Python, to rigorously test PickleDB's functionality and uncover edge cases.

Getting Started

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Install the required packages

pip install -r requirements.txt

Running Tests

To run the tests, use the following command:

python -m unittest discover

Contributing

Contributions to this project are welcome. Please adhere to the following guidelines:

  • Fork the repository and create a new branch for your feature or fix.
  • Write clear and descriptive commit messages.
  • Ensure your code adheres to the existing style of the project.
  • Create a pull request with a detailed description of your changes.

License

This project is licensed under the GNU General Public License v3.0

hypothesis_testing_for_pickledb's People

Contributors

cuiyangwang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.