<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/testing/test_soledad/u1db_tests, branch 8938</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[refactor] _database -&gt; _db</title>
<updated>2017-05-08T08:56:20+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-05-08T08:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=3ff522b687dcccd1ada5da5aba526057befec007'/>
<id>3ff522b687dcccd1ada5da5aba526057befec007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] create client _database module</title>
<updated>2017-05-01T19:10:18+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2017-04-29T14:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=a2a41830f72ae014d3b4dba591c6bfc85ffeb062'/>
<id>a2a41830f72ae014d3b4dba591c6bfc85ffeb062</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] Improve python3 compatibility</title>
<updated>2017-03-17T16:52:57+00:00</updated>
<author>
<name>efkin</name>
<email>efkin@riseup.net</email>
</author>
<published>2017-03-13T20:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=7562655cf4bf28a1ebd6c458334da0c166f34e61'/>
<id>7562655cf4bf28a1ebd6c458334da0c166f34e61</id>
<content type='text'>
With this commit all tests on py34 tox environment
are collected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit all tests on py34 tox environment
are collected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] Prepare tests for python3 compatibility</title>
<updated>2017-03-17T16:52:56+00:00</updated>
<author>
<name>efkin</name>
<email>efkin@riseup.net</email>
</author>
<published>2017-03-13T19:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=ba3fcb08eafd389bdbf0ab9c59577a25c8d8126d'/>
<id>ba3fcb08eafd389bdbf0ab9c59577a25c8d8126d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] use pytest tmpdir fixture in all tests</title>
<updated>2016-09-30T12:08:03+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-09-24T14:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=d5bbe37495ee733be5f78de72364f3ec48ed7a0d'/>
<id>d5bbe37495ee733be5f78de72364f3ec48ed7a0d</id>
<content type='text'>
Tests that were imported from u1db or created on top of that structure
were leaving temporary directories behind. This could cause problems in
test servers, either by filling the partition or by extrapolating the
maximum amount of files in a directory.

This commit replaces all usages of temporary directories in the old test
structure by pytest tmpdir fixture, which properly cares for removing
temporary directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests that were imported from u1db or created on top of that structure
were leaving temporary directories behind. This could cause problems in
test servers, either by filling the partition or by extrapolating the
maximum amount of files in a directory.

This commit replaces all usages of temporary directories in the old test
structure by pytest tmpdir fixture, which properly cares for removing
temporary directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] toxify tests</title>
<updated>2016-07-12T01:09:27+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2016-07-07T09:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=26f87181f8a8fc7fef58ddd1e52cb5f0edd641bb'/>
<id>26f87181f8a8fc7fef58ddd1e52cb5f0edd641bb</id>
<content type='text'>
- move tests to root directory
- split tests in different subdirectories
- setup a small package with common test dependencies in /testing/test_soledad
- add tox.ini that will:
  - install the test_soledad package and other test dependencies
  - install soledad common, client, server from the repository
  - run tests contianed in /testing/tests directory using pytest

This commit also removes all oauth code from tests, as we have removed the
u1db dependency (by importing it into the repo and naming it l2db) and don't
neet oauth at all right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move tests to root directory
- split tests in different subdirectories
- setup a small package with common test dependencies in /testing/test_soledad
- add tox.ini that will:
  - install the test_soledad package and other test dependencies
  - install soledad common, client, server from the repository
  - run tests contianed in /testing/tests directory using pytest

This commit also removes all oauth code from tests, as we have removed the
u1db dependency (by importing it into the repo and naming it l2db) and don't
neet oauth at all right now.
</pre>
</div>
</content>
</entry>
</feed>
