[
https://issues.apache.org/jira/browse/LIBCLOUD-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735480#comment-14735480
]
ASF GitHub Bot commented on LIBCLOUD-739:
-----------------------------------------
GitHub user aleGpereira opened a pull request:
https://github.com/apache/libcloud/pull/575
[LIBCLOUD-739] Add DNSimple provider implementation
Tests seems to be fine but i've got failures for tests against python 3.x.
I couldn't fix this because i wasn't able to figure out why is doing the
following error:
Traceback (most recent call last):
File "setup.py", line 285, in <module>
'Programming Language :: Python :: Implementation :: CPython'
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "setup.py", line 133, in run
status = self._run_tests()
File "setup.py", line 179, in _run_tests
tests = TestLoader().loadTestsFromNames(testfiles)
File "/usr/lib/python3.4/unittest/loader.py", line 146, in
loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python3.4/unittest/loader.py", line 146, in <listcomp>
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib/python3.4/unittest/loader.py", line 114, in
loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_dnsimple'
Maybe one of you guys can have a better clue?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aleGpereira/libcloud LIBCLOUD-739_simpledns
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/575.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #575
----
commit cacc8a9c9b915b5ab10a4ad59db034bd45d53b22
Author: Alejandro Pereira <[email protected]>
Date: 2015-08-31T22:20:41Z
[LIBCLOUD-739] Add DNSimple provider implementation
----
> Add provider for DNS simple
> ---------------------------
>
> Key: LIBCLOUD-739
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-739
> Project: Libcloud
> Issue Type: Improvement
> Components: DNS
> Reporter: Alejandro Pereira
> Priority: Minor
> Labels: features
>
> We would like to add a provider for this dns provider: https://dnsimple.com/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)