<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing/tests/client, branch 0.10.3</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[refactor] move tests to root of repository</title>
<updated>2017-09-17T18:50:55+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-17T15:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=cfff46ff9becdbe5cf48816870e625ed253ecc57'/>
<id>cfff46ff9becdbe5cf48816870e625ed253ecc57</id>
<content type='text'>
Tests entrypoint was in a testing/ subfolder in the root of the
repository. This was made mainly because we had some common files for
tests and we didn't want to ship them (files in testing/test_soledad,
which is itself a python package. This sometimes causes errors when
loading tests (it seems setuptools is confused with having one python
package in a subdirectory of another).

This commit moves the tests entrypoint to the root of the repository.

Closes: #8952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests entrypoint was in a testing/ subfolder in the root of the
repository. This was made mainly because we had some common files for
tests and we didn't want to ship them (files in testing/test_soledad,
which is itself a python package. This sometimes causes errors when
loading tests (it seems setuptools is confused with having one python
package in a subdirectory of another).

This commit moves the tests entrypoint to the root of the repository.

Closes: #8952
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] fix test_unarmored_blob_encrypt flakiness</title>
<updated>2017-09-11T20:32:56+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-09-11T20:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=0d7bf3133c0d64ef3d52f33cb21fb8e76a3ac69d'/>
<id>0d7bf3133c0d64ef3d52f33cb21fb8e76a3ac69d</id>
<content type='text'>
AES can generate base64 valid strings, making this test flaky. Try to
decrypt using armor=False instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AES can generate base64 valid strings, making this test flaky. Try to
decrypt using armor=False instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] use assert_has_calls instead of has_calls</title>
<updated>2017-08-08T00:10:15+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-08T00:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=01eaca2a16316adf91803a1c43803c85733183ea'/>
<id>01eaca2a16316adf91803a1c43803c85733183ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] skip processing if no consumers to avoid data loss</title>
<updated>2017-08-08T00:09:44+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-08T00:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=90c8ebd220b0e15b75e9c1efc6c760f8b6592c4f'/>
<id>90c8ebd220b0e15b75e9c1efc6c760f8b6592c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] fix typos and improve text from code review</title>
<updated>2017-08-08T00:07:58+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-08T00:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9e7671b4bc8847ab59cca6742e87b83933c60736'/>
<id>9e7671b4bc8847ab59cca6742e87b83933c60736</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] incoming processing flow</title>
<updated>2017-08-03T08:33:01+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-21T08:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=8fc244cb0946f46ba9aff019b70568d08a226b29'/>
<id>8fc244cb0946f46ba9aff019b70568d08a226b29</id>
<content type='text'>
This class implements a process flow between the ones defined at #8881
and #8874. It uses a LoopingCall to keep running in a loop and accepts
IIncomingBoxConsumers defined by soledad users, such as leap mail.

- Resolves: #8874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This class implements a process flow between the ones defined at #8881
and #8874. It uses a LoopingCall to keep running in a loop and accepts
IIncomingBoxConsumers defined by soledad users, such as leap mail.

- Resolves: #8874
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] creates a common.blobs with preamble</title>
<updated>2017-07-21T13:58:45+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-08T08:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=eb000dac7a66ea249adb8c9b7d154101b897311c'/>
<id>eb000dac7a66ea249adb8c9b7d154101b897311c</id>
<content type='text'>
Refactor suggested from !105 review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor suggested from !105 review.
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] fix naming from review</title>
<updated>2017-07-18T18:22:37+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-07-08T06:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=1b71b5c3f5df1c88f61ac2c57abe791f47027143'/>
<id>1b71b5c3f5df1c88f61ac2c57abe791f47027143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] move preamble module to common</title>
<updated>2017-07-18T18:22:23+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-27T09:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=74dae7251e2aa28f1887f36d47bcf9366557bbe6'/>
<id>74dae7251e2aa28f1887f36d47bcf9366557bbe6</id>
<content type='text'>
This move allows server to use it on #8868 as described in #8890

-- Relates: #8890
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This move allows server to use it on #8868 as described in #8890

-- Relates: #8890
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] move preamble to a new module</title>
<updated>2017-07-18T18:22:22+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-06-27T09:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=9a14e2bae39709402595326652083c2af05d452e'/>
<id>9a14e2bae39709402595326652083c2af05d452e</id>
<content type='text'>
Extracted preamble code for making space to #8890 changes.

-- Related: #8890
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extracted preamble code for making space to #8890 changes.

-- Related: #8890
</pre>
</div>
</content>
</entry>
</feed>
