-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s/RedisLabs/Redis/ in select places #130
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #130 +/- ##
=======================================
Coverage 37.57% 37.57%
=======================================
Files 17 17
Lines 2092 2092
=======================================
Hits 786 786
Misses 1306 1306
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
description="Redis Labs Test Framework, allow to run tests on redis and modules on a variety of environments" | ||
authors = ["RedisLabs <oss@redislabs.com>"] | ||
description="Redis Test Framework, allow to run tests on redis and modules on a variety of environments" | ||
authors = ["Redis <[email protected]>"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redis.com
@@ -1,6 +1,6 @@ | |||
BSD 3-Clause License | |||
|
|||
Copyright (c) 2018, Redis Labs Modules | |||
Copyright (c) 2018, Redis Modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Redis, Inc.
?
@@ -31,7 +31,7 @@ psutil = "^5.8.0" | |||
pytest-cov = "2.5" | |||
|
|||
[tool.poetry.urls] | |||
repository = "https://github.com/RedisLabsModules/RLTest" | |||
repository = "https://github.com/RedisModules/RLTest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should stay RedisLabsModules
, no?
No description provided.