Ross McFarland
e116d26eec
Implement black formatting
3 years ago
Ross McFarland
aecbb61ea5
Extract UltraProvider from octoDNS core
4 years ago
Ross McFarland
32c358af04
Quell all python warnings, mostly *Equals -> Equal and warn -> warning
4 years ago
Ross McFarland
aae65594f2
Remove explicit use of six
4 years ago
Ross McFarland
775917f4b9
f-strings for the rest of the tests
4 years ago
blanariu
efc4d99d8d
Replaced conditional imports with six
5 years ago
blanariu
e934ea0423
Fix bug in ultra provider tests when run in Python 2.7
The test_login test from TestUltraProvider would fail in Python 2.7
due to the dictionary insertion order not being preserved in 2.7
and early 3.x versions. Comparing the dictionaries containing the
query parameters solves this. Snippet from test failure:
- username=user&password=rightpass&grant_type=password
+ grant_type=password&username=user&password=rightpass
5 years ago
Stan Brinkerhoff
60f916cd24
add contents for alias method, test for alias
5 years ago
Mark Tearle
5d23977bbd
Adjust remaining unit tests due to extra records in test zone
5 years ago
Phelps Williams
5c0d5831ac
UltraDNS unit test improvements
6 years ago
Phelps Williams
da9b3aed5b
Removing NS modification tests
Root NS modification support is being developed on
https://github.com/github/octodns/pull/434
Removing attempts to validate this functionality for now.
6 years ago
Phelps Williams
52ed5fa022
Ultra interface with support for basic records
6 years ago