Skip to content

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
rorymurdock committed Dec 6, 2019
1 parent eedfeb3 commit 20ae3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LONG_DESCRIPTION = fh.read()

setuptools.setup(
name="reqREST",
name="reqrest",
version="0.0.6",
author="Rory Murdock",
author_email="rory@itmatic.com.au",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_reqrest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Test for reqREST"""
"""Test for reqrest"""
import json
import random
import string
Expand All @@ -17,7 +17,7 @@ def random_string(string_length=15):
return ''.join(random.choice(letters) for i in range(string_length))


def test_REST_get():
def test_rest_get():
"""Test GET"""
test_param1 = random_string()
test_param1_value = random_string()
Expand Down

0 comments on commit 20ae3da

Please sign in to comment.