<feed xmlns='http://www.w3.org/2005/Atom'>
<title>genenetwork2/test/requests/main_web_functionality.py, branch refactor-configurations</title>
<subtitle>GeneNetwork (2nd generation)
</subtitle>
<id>http://git.genenetwork.org/genenetwork2/atom?h=refactor-configurations</id>
<link rel='self' href='http://git.genenetwork.org/genenetwork2/atom?h=refactor-configurations'/>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/'/>
<updated>2022-09-19T17:06:30+00:00</updated>
<entry>
<title>Fix broken test</title>
<updated>2022-09-19T17:06:30+00:00</updated>
<author>
<name>zsloan</name>
</author>
<published>2022-09-19T17:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=ce07180fbc07fbf61d4dc26bf5d20cdf6f7df91f'/>
<id>urn:sha1:ce07180fbc07fbf61d4dc26bf5d20cdf6f7df91f</id>
<content type='text'>
Because the input element was changed to a button element there was no
longer a "value" attribute. I'm not sure what this assert is for,
though; I changed it to just check for "Search" in the inner text, which
makes it pass.
</content>
</entry>
<entry>
<title>Update to newer lxml API</title>
<updated>2022-08-12T11:34:02+00:00</updated>
<author>
<name>Frederick Muriuki Muriithi</name>
</author>
<published>2022-08-12T11:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=3cfd0ec3d38f4b460817606ea5d6749a1a85a1ea'/>
<id>urn:sha1:3cfd0ec3d38f4b460817606ea5d6749a1a85a1ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'testing' into build/python3-migration</title>
<updated>2020-09-25T21:46:08+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-09-25T21:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=09138b54e82225043aa5fde83b74233bcac589b0'/>
<id>urn:sha1:09138b54e82225043aa5fde83b74233bcac589b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Mechanical Rob</title>
<updated>2020-09-22T00:43:50+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-09-22T00:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=125c75b724350dd750b8633410d4b9b3841ce984'/>
<id>urn:sha1:125c75b724350dd750b8633410d4b9b3841ce984</id>
<content type='text'>
* test/requests/main_web_functionality.py (check_search_page):
Breaking change introduced by updating text in search page. See:
9f76abc95
</content>
</entry>
<entry>
<title>Update Mechanical Rob</title>
<updated>2020-09-17T18:25:35+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-09-17T18:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=d52cc25d120173de3fd16bbd42ea38498d458e35'/>
<id>urn:sha1:d52cc25d120173de3fd16bbd42ea38498d458e35</id>
<content type='text'>
* test/requests/link_checker.py (verify_static_file): Cast
result.content.find's args to bytes.
* test/requests/main_web_functionality.py (check_search_page): Update
text to search for in a successful result. This value changed in
2aac6a06.
</content>
</entry>
<entry>
<title>Remove "from __future__ import new_feature" statements</title>
<updated>2020-08-26T16:12:33+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-08-26T16:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=303e4b71c2172da5be19c84d4be5a062329ac013'/>
<id>urn:sha1:303e4b71c2172da5be19c84d4be5a062329ac013</id>
<content type='text'>
See: &lt;https://docs.python.org/2/library/2to3.html#2to3fixer-future&gt;
</content>
</entry>
<entry>
<title>Check for specific text in response and then assert a 200 code</title>
<updated>2020-07-16T13:24:22+00:00</updated>
<author>
<name>BonfaceKilz</name>
</author>
<published>2020-07-16T13:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=d9bd69a8bd2e92d4aac078d936917929f2e5ca8e'/>
<id>urn:sha1:d9bd69a8bd2e92d4aac078d936917929f2e5ca8e</id>
<content type='text'>
"/show_trait?trait_id=1435395_s_at&amp;dataset=HC_M2_0606_P" is missing in the
response code. At one point the html structure changed.
</content>
</entry>
<entry>
<title>Move import to the top of the page.</title>
<updated>2018-03-26T09:29:29+00:00</updated>
<author>
<name>Muriithi Frederick Muriuki</name>
</author>
<published>2018-03-18T05:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=6a111c64c50ffe6daa387034ef8fc3ad3e90fc75'/>
<id>urn:sha1:6a111c64c50ffe6daa387034ef8fc3ad3e90fc75</id>
<content type='text'>
* Mainly to tell the dependencies easily.
</content>
</entry>
<entry>
<title>Add tests for main web functionality</title>
<updated>2018-03-26T09:29:29+00:00</updated>
<author>
<name>Muriithi Frederick Muriuki</name>
</author>
<published>2018-03-13T23:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.genenetwork.org/genenetwork2/commit/?id=8ff3dbd9bd5737b6cd0df8d279a70073c40786ec'/>
<id>urn:sha1:8ff3dbd9bd5737b6cd0df8d279a70073c40786ec</id>
<content type='text'>
</content>
</entry>
</feed>
