<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap-client.git/src/leap/base/tests, branch providers-static</title>
<subtitle>[leap-client] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/'/>
<entry>
<title>eipchecker.fetch definition and tests</title>
<updated>2012-08-27T20:30:38+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-27T20:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=568d52ccf33e6d7683f36f5fe2e3c32b47892216'/>
<id>568d52ccf33e6d7683f36f5fe2e3c32b47892216</id>
<content type='text'>
deprecated base:test_config.test_complete_file (dup functionality)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
deprecated base:test_config.test_complete_file (dup functionality)
</pre>
</div>
</content>
</entry>
<entry>
<title>add test_dump_default_eipconfig to eip.test_checks</title>
<updated>2012-08-27T14:31:39+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-27T14:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=4a46723219e5284bec21b9dccd6589a670babc63'/>
<id>4a46723219e5284bec21b9dccd6589a670babc63</id>
<content type='text'>
plus a little bit of cleaning around (created constants file).
added some notes about inminent deprecation *work in progress*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
plus a little bit of cleaning around (created constants file).
added some notes about inminent deprecation *work in progress*
</pre>
</div>
</content>
</entry>
<entry>
<title>change default_provider_path to base.constants</title>
<updated>2012-08-26T20:49:41+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-26T20:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=2bbe0e0a2d852a1a7261b2fa927eab6e8f41c8c3'/>
<id>2bbe0e0a2d852a1a7261b2fa927eab6e8f41c8c3</id>
<content type='text'>
fix tests by introducing a (dirtish) workaround for
check for openvpn keys during vpn connection initialization.
noted that eipconnection constructor should be better not
having that class of side-effects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix tests by introducing a (dirtish) workaround for
check for openvpn keys during vpn connection initialization.
noted that eipconnection constructor should be better not
having that class of side-effects.
</pre>
</div>
</content>
</entry>
<entry>
<title>add new TODO comment</title>
<updated>2012-08-26T20:25:07+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-26T20:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=09a68fab7d39521ffb5017abaffdb4c946cd5034'/>
<id>09a68fab7d39521ffb5017abaffdb4c946cd5034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make provider-fetch tests pass</title>
<updated>2012-08-26T20:13:29+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-26T20:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=c2786de7d2d09d600fa516f93cc1a1f851f0d705'/>
<id>c2786de7d2d09d600fa516f93cc1a1f851f0d705</id>
<content type='text'>
test provider-definition dump functions.

refactored the set-temp-to-home methods to setUpClass
separate provider-fetch tests on different testcases (so they actually
call to requests).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test provider-definition dump functions.

refactored the set-temp-to-home methods to setUpClass
separate provider-fetch tests on different testcases (so they actually
call to requests).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'get-definition.json' into providers-static</title>
<updated>2012-08-23T16:01:06+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-23T16:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=c2955d9655e3e7ccb3c5fc9e7d00a0d493d48a40'/>
<id>c2955d9655e3e7ccb3c5fc9e7d00a0d493d48a40</id>
<content type='text'>
adjusted some loose ends to make tests pass again.
this merge is still half-baked regarding functionality:
I've left in place old Configuration class used by
some tests antialias did on his branch. I plan to merge
that functionality with the more recent JSONConfig
and Spec classes.

Conflicts:
	src/leap/base/configuration.py
	src/leap/eip/config.py
	src/leap/eip/tests/test_config.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adjusted some loose ends to make tests pass again.
this merge is still half-baked regarding functionality:
I've left in place old Configuration class used by
some tests antialias did on his branch. I plan to merge
that functionality with the more recent JSONConfig
and Spec classes.

Conflicts:
	src/leap/base/configuration.py
	src/leap/eip/config.py
	src/leap/eip/tests/test_config.py
</pre>
</div>
</content>
</entry>
<entry>
<title>basic provider-definition and provider spec classes</title>
<updated>2012-08-23T14:27:13+00:00</updated>
<author>
<name>kali</name>
<email>kali@leap.se</email>
</author>
<published>2012-08-23T14:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=48dc15ac80cbba0123c6b14ad3afc6eddabf410a'/>
<id>48dc15ac80cbba0123c6b14ad3afc6eddabf410a</id>
<content type='text'>
tests green for load/dump operations on config.
defaults on config spec for LeapServiceProvider should
be outputting a minimal working config for bootstrapping
the connection.

we should be using this config mechanism for other config
operations; but probably we should specify a local_editable flag
for those configs that are only changed by server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests green for load/dump operations on config.
defaults on config spec for LeapServiceProvider should
be outputting a minimal working config for bootstrapping
the connection.

we should be using this config mechanism for other config
operations; but probably we should specify a local_editable flag
for those configs that are only changed by server.
</pre>
</div>
</content>
</entry>
<entry>
<title>grabs a definition.json file if one isn't present. includes some basic error handling and tests.</title>
<updated>2012-08-23T02:47:41+00:00</updated>
<author>
<name>antialias</name>
<email>antialias@leap.se</email>
</author>
<published>2012-08-23T02:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap-client.git/commit/?id=dc10833bedcdecf081a7c79678614c5521445164'/>
<id>dc10833bedcdecf081a7c79678614c5521445164</id>
<content type='text'>
uses the requests library for network interactions and mocks for simulating network states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses the requests library for network interactions and mocks for simulating network states.
</pre>
</div>
</content>
</entry>
</feed>
