Skip to content

Commit b059acc

Browse files
Configuration is optional, you can pass the host directly into the Client constructor
1 parent 97a60ee commit b059acc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ pyenv local 3.5.0 3.4.3 3.3.6 3.2.6 2.7.8 2.6.9
138138
pyenv rehash
139139
````
140140
141-
Please [email](mailto:dx@sendgrid.com) us for details on how we mocked up the SendGrid API server, otherwise when you commit to your branch the Travis tests will execute remotely against our Mock Server.
142-
143141
### Execute: ###
144142
145143
```

tests/test_unit.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ class TestConfig(unittest.TestCase):
5454
5555
"""
5656
def test_initialiation(self):
57-
default_config = Config()
58-
default_path = os.path.join(path.dirname(__file__), os.pardir)
59-
default_path = default_path[:-8]
60-
self.assertEqual(default_config.local_path_to_env,
61-
'{0}python_http_client/../.env'.format(default_path))
6257
local_path = os.path.dirname(path.dirname(path.abspath(__file__)))
6358
config = Config(local_path)
6459
self.assertEqual(config.local_path_to_env,

0 commit comments

Comments
 (0)