Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RedisJSON/redisjson-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.6
Choose a base ref
...
head repository: RedisJSON/redisjson-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 12, 2021

  1. Update test_rejson.py

    gkorland authored Dec 12, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ee40c39 View commit details

Commits on Jan 21, 2022

  1. Update test_rejson.py

    gkorland authored Jan 21, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    265443d View commit details

Commits on Feb 8, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8d38d3b View commit details
Showing with 1 addition and 133 deletions.
  1. +0 −3 .circleci/circle_requirements.txt
  2. +0 −128 .circleci/config.yml
  3. +0 −1 README.md
  4. +1 −1 tests/test_rejson.py
3 changes: 0 additions & 3 deletions .circleci/circle_requirements.txt

This file was deleted.

128 changes: 0 additions & 128 deletions .circleci/config.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![license](https://img.shields.io/github/license/RedisJSON/RedisJSON-py.svg)](https://github.com/RedisJSON/redisjson-py/blob/master/LICENSE)
[![CircleCI](https://circleci.com/gh/RedisJSON/redisjson-py/tree/master.svg?style=svg)](https://circleci.com/gh/RedisJSON/redisjson-py/tree/master)
[![pypi](https://badge.fury.io/py/rejson.svg)](https://badge.fury.io/py/rejson)
[![PyVersions](https://img.shields.io/pypi/pyversions/rejson.svg)](https://github.com/RedisJSON/redisjson-py)
[![GitHub issues](https://img.shields.io/github/release/RedisJSON/redisjson-py.svg)](https://github.com/RedisJSON/redisjson-py/releases/latest)
2 changes: 1 addition & 1 deletion tests/test_rejson.py
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ def testDebugMemoryShouldSucceed(self):
"Test JSONDebug"

rj.jsonset('str', Path.rootPath(), 'foo')
self.assertEqual(24, rj.jsondebugmemory('str', Path.rootPath()))
self.assertEqual(11, rj.jsondebugmemory('str', Path.rootPath()))

def testPipelineShouldSucceed(self):
"Test pipeline"