Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2018, Redis Labs Modules
Copyright (c) 2018, Redis Modules
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be Redis, Inc.?

All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# RLTest

Redis Labs Test Framework, allow running tests on redis and modules on a variety of environments.
Redis Test Framework, allow running tests on redis and modules on a variety of environments.

Supported Environment: oss, oss-cluster, enterprise, enterprise-cluster

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "RLTest"
version = "0.4.2"
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]>"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redis.com

license = "BSD-3-Clause"
readme = "README.md"

Expand Down Expand Up @@ -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"
Copy link
Contributor

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?


[tool.poetry.scripts]
RLTest = 'RLTest.__main__:main'
Expand Down