This website requires JavaScript.
Explore
Help
Sign In
opensource
/
galaxy
Watch
3
Star
0
Fork
0
mirror of
https://github.com/galaxyproject/galaxy.git
synced
2026-09-24 16:30:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7d7e32eb4824cb8d8cb642c7e46ab8efcf435f68
galaxy
/
test
/
functional
T
History
Greg Von Kuster
088b9cd030
Bug fixes and code cleanup for managing users, groups and roles.
2010-01-05 14:47:55 -05:00
..
__init__.py
New functional test harness. Update to recent nose. No longer rely on nose to manage the embedded web server (this is not done in functional_tests.py). Log page contents to a temporary file on check_page_for_string error.
2009-10-20 13:08:29 -04:00
test_DNAse_flanked_genes.py
Fix most of the db flushes to be compatibel with sqlalchemy 05. Add the _monkeypatch_query_method() back into assignmapper due to a single object.get() method in the MetadataCollection class since Metadata has no current hook into mapping.context ( the sqlalchemy session ). There a 4 flushes in metadata,py and 20 flushes in model.__init__.py that still use the _monkeypatch_session_method in assignmapper due to the same issue, but all other flushes are fixed.
2009-11-11 15:59:41 -05:00
test_forms_and_requests.py
Data library cleanup
2009-12-23 20:26:01 -05:00
test_get_data.py
Fix for uploading a Bam file that has not yet been sorted, the call to samtools sort has been moved from the sam_to_bam tool to the Bam()set_meta() method to ensure all Bam datasets are sorted prior to indexing. Added new functional tests to cover uploaing unsorted Bam files. Also cleaned up code in the upload tool for uploaing various binary data formats.
2009-12-07 16:04:33 -05:00
test_history_functions.py
Move line count processing from set_peek() methods to set_meta() methods for data types since set_meta can run externally and it does line by line processing in some cases. Added new MetadataElements to the Data, Text, Sequence and Maf classes to handle setting dataset.blurb from stored metadata. Cleaned up a lot of code in the process.
2009-11-20 11:03:41 -05:00
test_metadata_editing.py
Fix most of the db flushes to be compatibel with sqlalchemy 05. Add the _monkeypatch_query_method() back into assignmapper due to a single object.get() method in the MetadataCollection class since Metadata has no current hook into mapping.context ( the sqlalchemy session ). There a 4 flushes in metadata,py and 20 flushes in model.__init__.py that still use the _monkeypatch_session_method in assignmapper due to the same issue, but all other flushes are fixed.
2009-11-11 15:59:41 -05:00
test_security_and_libraries.py
Bug fixes and code cleanup for managing users, groups and roles.
2010-01-05 14:47:55 -05:00
test_toolbox.py
Add a "maxseconds" attribute to the "test" tag in tool configs. Allows the tool writer to decide how long Galaxy should wait for tool execution to complete. Resolves issue
#219
.
2009-11-12 11:07:05 -05:00
test_user_info.py
Adding grids to forms, requests & request types pages. Resolves issue
#231
.
2009-11-17 14:28:34 -05:00