|
project.tests.util.test_types.TestGetSuperclasses |
test |
project/tests/util/test_typ... |
130 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_wc_utils_util.ApiTestCase |
test |
project/tests/util/test_wc_... |
14 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_marvin.DrawMolecul... |
test |
project/tests/util/chem/tes... |
109 |
Pass |
0.762 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_wc_utils_workbook_a... |
test |
project/tests/workbook/test... |
14 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_wc_utils_api.ApiTestCase |
test |
project/tests/test_wc_utils... |
14 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.ApiTestCase |
test |
project/tests/config/test_c... |
331 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestAltResourc... |
test |
project/tests/config/test_c... |
338 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.ApiTestCase |
test |
project/tests/debug_logs/te... |
359 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_environ.TestConfigEnvDict |
test |
project/tests/util/test_env... |
55 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_git.TestRepositoryMetadata |
test |
project/tests/util/test_git.py |
127 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_git.TestGitHubRepoForTests |
test |
project/tests/util/test_git.py |
142 |
Pass |
6.966 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestGetSubclasses |
test |
project/tests/util/test_typ... |
120 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_quilt.S3TestCase |
test_access |
project/tests/test_quilt.py |
29 |
Pass |
0.436 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_all_stochastic_rounds |
project/tests/util/test_ran... |
33 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_alter_directly |
project/tests/config/test_c... |
96 |
Pass |
0.009 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_any_checker |
project/tests/config/test_c... |
290 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_ontology.OntologyTestCase |
test_are_terms_equivalent |
project/tests/util/test_ont... |
15 |
Pass |
0.007 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_units.TestUnits |
test_are_units_equivalent |
project/tests/util/test_uni... |
42 |
Pass |
0.541 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_as_dict |
project/tests/util/test_mis... |
168 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_camel_case_to_snake_case |
project/tests/util/test_str... |
209 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_marvin.GetMajorMic... |
test_cml |
project/tests/util/chem/tes... |
93 |
Pass |
0.833 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_decorate_default_data_s... |
test_combinations |
project/tests/util/test_dec... |
18 |
Pass |
0.767 |
Result type | |
Message | |
Details | |
Standard output |
@default_mutable_params( [] )
def auto_test( d_dict={} ):
print(d_dict)
auto_test( )
@default_mutable_params( [] )
def auto_test( d_dict={} ):
print(d_dict)
auto_test( d_dict={1:2} )
@default_mutable_params( [] )
def auto_test( d_dict=None ):
print(d_dict)
auto_test( )
@default_mutable_params( [] )
def auto_test( d_dict=None ):
print(d_dict)
auto_test( d_dict={1:2} )
@default_mutable_params( ['d_dict'] )
def auto_test( d_dict={} ):
print(d_dict)
auto_test( )
@default_mutable_params( ['d_dict'] )
def auto_test( d_dict={} ):
print(d_dict)
auto_test( d_dict={1:2} )
@default_mutable_params( ['d_dict'] )
def auto_test( d_dict=None ):
print(d_dict)
auto_test( )
@default_mutable_params( ['d_dict'] )
def auto_test( d_dict=None ):
print(d_dict)
auto_test( d_dict={1:2} )
|
Standard error | {}
{}
{1: 2}
{1: 2}
None
None
{1: 2}
{1: 2}
{}
{}
{1: 2}
{1: 2}
{}
{}
{1: 2}
{1: 2}
|
|
|
project.tests.test_quilt.QuiltTestCase |
test_config |
project/tests/test_quilt.py |
77 |
Pass |
0.147 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.DefaultDebu... |
test_console |
project/tests/debug_logs/te... |
57 |
Pass |
0.101 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | 2020-12-16T18:43:17.831029+00:00; wc.debug.console; DEBUG; /root/project/tests/debug_logs/test_debug.py:test_console:66; wc.debug.console message
|
|
|
project.tests.debug_logs.test_debug.DebugConsol... |
test_console |
project/tests/debug_logs/te... |
134 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_convert |
project/tests/workbook/test... |
728 |
Pass |
0.400 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_convert_csv_to_excel |
project/tests/workbook/test... |
788 |
Pass |
0.073 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_convert_excel_to_csv |
project/tests/workbook/test... |
772 |
Pass |
0.077 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_convert_exceptions |
project/tests/workbook/test... |
818 |
Pass |
0.243 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_convert_with_worksheet... |
project/tests/workbook/test... |
803 |
Pass |
0.327 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_files.FileUtilsTestCase |
test_copytree_to_existing_d... |
project/tests/util/test_fil... |
27 |
Pass |
0.040 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_delete_trailing_blanks |
project/tests/util/test_str... |
46 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_det_count_elements |
project/tests/util/test_lis... |
83 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_det_dedupe |
project/tests/util/test_lis... |
40 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_det_find_dupes |
project/tests/util/test_lis... |
48 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestDFSMAcceptor |
test_dfsm_acceptor |
project/tests/util/test_mis... |
204 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestCastToBuiltins |
test_dict |
project/tests/util/test_typ... |
21 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueEqual |
test_dict |
project/tests/util/test_typ... |
75 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_dict_by_class |
project/tests/util/test_lis... |
97 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_dict_filtering |
project/tests/util/test_dic... |
88 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_difference |
project/tests/workbook/test... |
133 |
Pass |
0.007 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_difference |
project/tests/util/test_lis... |
32 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_elements_to_str |
project/tests/util/test_lis... |
91 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula_const... |
project/tests/util/chem/tes... |
17 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula_get_attr |
project/tests/util/chem/tes... |
75 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula_get_m... |
project/tests/util/chem/tes... |
105 |
Pass |
0.058 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___add__ |
project/tests/util/chem/tes... |
109 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___con... |
project/tests/util/chem/tes... |
151 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___hash__ |
project/tests/util/chem/tes... |
157 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___mul__ |
project/tests/util/chem/tes... |
121 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___set... |
project/tests/util/chem/tes... |
80 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___str__ |
project/tests/util/chem/tes... |
129 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___sub__ |
project/tests/util/chem/tes... |
115 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.Empirica... |
test_EmpiricalFormula___tru... |
project/tests/util/chem/tes... |
125 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_eq |
project/tests/workbook/test... |
58 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_decorate_default_data_s... |
test_error |
project/tests/util/test_dec... |
92 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_marvin.GetMajorMic... |
test_errors |
project/tests/util/chem/tes... |
100 |
Pass |
0.323 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | line 1:0 mismatched input 'C2H5NO2' expecting {'RInChI=', 'InChI='}
Dec 16, 2020 1:43:55 PM org.chemaxon.inchi.connector.natives.InChINativeRestoreFromInChICall call
SEVERE: Native GetStructFromINCHI(C2H5NO2) call reurned with an error. Error code is: -1. Message: null. Log: null
Dec 16, 2020 1:43:55 PM org.chemaxon.inchi.connector.natives.InChINativeRestoreFromInChICall call
SEVERE: Unknown error occured
java.io.IOException: Native GetStructFromINCHI(C2H5NO2) call reurned with an error. Error code is: -1. Message: null
at org.chemaxon.inchi.connector.natives.InChINativeRestoreFromInChICall.call(InChINativeRestoreFromInChICall.java:53)
at org.chemaxon.inchi.connector.natives.InChINativeRestoreFromInChICall.call(InChINativeRestoreFromInChICall.java:15)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
|
|
|
project.tests.workbook.test_io.TestIo |
test_excel_ignore_empty_fin... |
project/tests/workbook/test... |
484 |
Pass |
0.021 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_merge_cells |
project/tests/workbook/test... |
533 |
Pass |
0.064 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_merge_cells_error |
project/tests/workbook/test... |
561 |
Pass |
0.011 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_read_error |
project/tests/workbook/test... |
470 |
Pass |
0.026 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_read_formula_alg... |
project/tests/workbook/test... |
444 |
Pass |
0.025 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_read_formula_boo... |
project/tests/workbook/test... |
415 |
Pass |
0.026 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_read_formula_cac... |
project/tests/workbook/test... |
457 |
Pass |
0.024 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_read_valid_types |
project/tests/workbook/test... |
273 |
Pass |
0.029 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_excel_read_valid_types... |
project/tests/workbook/test... |
338 |
Pass |
0.030 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_exceptions_csv |
project/tests/workbook/test... |
615 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_exceptions_excel |
project/tests/workbook/test... |
59 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_expand_dict |
project/tests/util/test_dic... |
161 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_stats.TestStats |
test_exponential_moving_ave... |
project/tests/util/test_sta... |
17 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.OpenBabe... |
test_export |
project/tests/util/chem/tes... |
189 |
Pass |
0.351 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | ==============================
*** Open Babel Warning in WriteMolecule
No 2D or 3D coordinates exist. Stereochemical information will be stored using an Open Babel extension. To generate 2D or 3D coordinates instead use --gen2D or --gen3D.
|
|
|
project.tests.config.test_config.TestConfig |
test_extra |
project/tests/config/test_c... |
169 |
Pass |
0.016 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_extra_2 |
project/tests/config/test_c... |
203 |
Pass |
0.005 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_extra_handler_options |
project/tests/debug_logs/te... |
319 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_extra_logger_options |
project/tests/debug_logs/te... |
338 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_FieldValidation_get_op... |
project/tests/workbook/test... |
247 |
Pass |
0.005 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.DefaultDebu... |
test_file |
project/tests/debug_logs/te... |
34 |
Pass |
0.006 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.DebugFileLo... |
test_file |
project/tests/debug_logs/te... |
81 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_find_nth |
project/tests/util/test_str... |
93 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_flatten_dict |
project/tests/util/test_dic... |
132 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_formula_hyperlink |
project/tests/workbook/test... |
580 |
Pass |
0.049 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_from_dict |
project/tests/debug_logs/te... |
226 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_from_yaml |
project/tests/debug_logs/te... |
193 |
Pass |
0.021 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_geometric_iterator |
project/tests/util/test_mis... |
188 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_enumerate.EnumTestCase |
test_getattr |
project/tests/util/test_enu... |
23 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_getitem |
project/tests/workbook/test... |
46 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_enumerate.EnumTestCase |
test_getitem |
project/tests/util/test_enu... |
27 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_get_config |
project/tests/config/test_c... |
326 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_get_count_limited_class |
project/tests/util/test_lis... |
56 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.OpenBabe... |
test_get_formula |
project/tests/util/chem/tes... |
172 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_get_from_args |
project/tests/config/test_c... |
79 |
Pass |
0.012 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_get_from_env |
project/tests/config/test_c... |
60 |
Pass |
0.011 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_get_from_user |
project/tests/config/test_c... |
34 |
Pass |
0.011 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_chem_core.OpenBabe... |
test_get_inchi |
project/tests/util/chem/tes... |
181 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_quilt.QuiltTestCase |
test_get_packages |
project/tests/test_quilt.py |
153 |
Pass |
0.282 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_get_qual_name |
project/tests/util/test_mis... |
74 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_get_reader |
project/tests/workbook/test... |
834 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_git.TestGit |
test_get_repo |
project/tests/util/test_git.py |
39 |
Pass |
3.597 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_git.TestGit |
test_get_repo_metadata |
project/tests/util/test_git.py |
107 |
Pass |
3.825 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_get_sheet_names |
project/tests/workbook/test... |
846 |
Pass |
0.014 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_units.TestUnits |
test_get_unit_registry |
project/tests/util/test_uni... |
16 |
Pass |
0.217 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_get_writer |
project/tests/workbook/test... |
840 |
Pass |
0.008 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_marvin.GetMajorMic... |
test_inchi |
project/tests/util/chem/tes... |
61 |
Pass |
0.482 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed) structure #1.
Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed) structure #1.
Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #2; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #2; Proton(s) added/removed) structure #1.
Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #2; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #2; Proton(s) added/removed) structure #1.
Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed) structure #1.
Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed) structure #1.
Dec 16, 2020 1:43:56 PM org.chemaxon.inchi.connector.natives.InChINativeGenerateInChICall call
WARNING: Native GetStructFromINCHI call reurned with a warning. Message: Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed. Log: Unrecognized option: "SAbs".
Generating standard InChI
Issue warning on empty structure
Input format: MOLfile
Output format: Plain text
Full Aux. info
No timeoutUp to 65534 atoms per structure
Warning (Wrong 0D stereo descriptor(s): #1; Proton(s) added/removed) structure #1.
|
|
|
project.tests.util.test_string.TestStringUtils |
test_indent_forest |
project/tests/util/test_str... |
15 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_indent_forest_with_ret... |
project/tests/util/test_str... |
73 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_indent_forest_with_string |
project/tests/util/test_str... |
88 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_indent_forest_with_tra... |
project/tests/util/test_str... |
62 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_init |
project/tests/workbook/test... |
38 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_internet_connected |
project/tests/util/test_mis... |
185 |
Pass |
0.006 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_invalid_config |
project/tests/config/test_c... |
244 |
Pass |
0.010 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_isclass |
project/tests/util/test_mis... |
43 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_isclass_by_name |
project/tests/util/test_mis... |
58 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueEqual |
test_is_iterable |
project/tests/util/test_typ... |
101 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_is_sorted |
project/tests/util/test_lis... |
17 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestCastToBuiltins |
test_iterables |
project/tests/util/test_typ... |
16 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueEqual |
test_iterables |
project/tests/util/test_typ... |
60 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_quilt.QuiltTestCase |
test_login |
project/tests/test_quilt.py |
81 |
Pass |
2.356 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_ltd |
project/tests/util/test_ran... |
113 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_environ.TestEnvironUtils |
test_make_temp_environ |
project/tests/util/test_env... |
18 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_dict |
project/tests/test_cache.py |
259 |
Pass |
0.531 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_filename_argument |
project/tests/test_cache.py |
70 |
Pass |
0.689 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_filename_argum... |
project/tests/test_cache.py |
133 |
Pass |
0.288 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_keyword_argument |
project/tests/test_cache.py |
46 |
Pass |
0.351 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_list |
project/tests/test_cache.py |
239 |
Pass |
0.256 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_nested_data_st... |
project/tests/test_cache.py |
333 |
Pass |
0.325 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_ordereddict |
project/tests/test_cache.py |
283 |
Pass |
0.456 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_positional_arg... |
project/tests/test_cache.py |
26 |
Pass |
0.262 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_tuple |
project/tests/test_cache.py |
223 |
Pass |
0.201 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_typed |
project/tests/test_cache.py |
158 |
Pass |
0.508 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_memoize_with_explicit_... |
project/tests/test_cache.py |
190 |
Pass |
0.260 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_testing.TestingTestCase |
test_memory |
project/tests/util/test_tes... |
14 |
Pass |
0.625 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_ne |
project/tests/workbook/test... |
104 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_nested_get |
project/tests/util/test_dic... |
35 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_nested_in |
project/tests/util/test_dic... |
17 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_nested_set |
project/tests/util/test_dic... |
54 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_enumerate.EnumTestCase |
test_new |
project/tests/util/test_enu... |
20 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_files.FileUtilsTestCase |
test_normalize_filename |
project/tests/util/test_fil... |
68 |
Pass |
0.006 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_files.FileUtilsTestCase |
test_normalize_filenames |
project/tests/util/test_fil... |
82 |
Pass |
0.006 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_no_config |
project/tests/config/test_c... |
281 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_no_handler |
project/tests/debug_logs/te... |
305 |
Pass |
0.012 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_no_level |
project/tests/debug_logs/te... |
287 |
Pass |
0.012 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.DebugErrorTest |
test_no_logs |
project/tests/debug_logs/te... |
173 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_obj_to_str |
project/tests/util/test_mis... |
160 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_orderable_none |
project/tests/util/test_mis... |
98 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_partition_nth |
project/tests/util/test_str... |
151 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_plot_rounding |
project/tests/util/test_ran... |
123 |
Pass |
12.223 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_cache.CacheTestCase |
test_positional_arg_as_keyw... |
project/tests/test_cache.py |
373 |
Pass |
0.499 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestEnhancedDataClass |
test_prepare_to_pickle |
project/tests/util/test_mis... |
392 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_quote |
project/tests/util/test_mis... |
156 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_read_empty_worksheet |
project/tests/workbook/test... |
858 |
Pass |
0.066 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_read_write_csv |
project/tests/workbook/test... |
633 |
Pass |
0.020 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_read_write_csv_no_glob |
project/tests/workbook/test... |
677 |
Pass |
0.013 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_read_write_csv_no_glob... |
project/tests/workbook/test... |
704 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_read_write_excel |
project/tests/workbook/test... |
77 |
Pass |
0.108 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_read_write_tsv |
project/tests/workbook/test... |
655 |
Pass |
0.016 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestCastToBuiltins |
test_recursive |
project/tests/util/test_typ... |
32 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueEqual |
test_recursive |
project/tests/util/test_typ... |
88 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_remove_empty_final_cols |
project/tests/workbook/test... |
202 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_remove_empty_final_rows |
project/tests/workbook/test... |
185 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_core.TestCore |
test_remove_empty_final_row... |
project/tests/workbook/test... |
215 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_files.FileUtilsTestCase |
test_remove_silently |
project/tests/util/test_fil... |
90 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_git.TestGit |
test_repo_suitability |
project/tests/util/test_git.py |
55 |
Pass |
4.399 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestAltResourc... |
test_resource_filename |
project/tests/config/test_c... |
369 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_rfind_nth |
project/tests/util/test_str... |
122 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_round |
project/tests/util/test_ran... |
22 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_round_binomial |
project/tests/util/test_ran... |
47 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestMisc |
test_round_direct |
project/tests/util/test_mis... |
91 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_round_midpoint |
project/tests/util/test_ran... |
61 |
Pass |
0.021 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_round_poisson |
project/tests/util/test_ran... |
75 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_round_quadratic |
project/tests/util/test_ran... |
87 |
Pass |
2.487 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_string.TestStringUtils |
test_rpartition_nth |
project/tests/util/test_str... |
180 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomState |
test_rtd |
project/tests/util/test_ran... |
118 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestCastToBuiltins |
test_scalars |
project/tests/util/test_typ... |
25 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueEqual |
test_scalars |
project/tests/util/test_typ... |
80 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueNo... |
test_scalars |
project/tests/util/test_typ... |
113 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestEnhancedDataClass |
test_semantically_equal |
project/tests/util/test_mis... |
408 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_set_value |
project/tests/util/test_dic... |
101 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestRandomStateMan... |
test_singleton |
project/tests/util/test_ran... |
142 |
Pass |
0.005 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.chem.test_marvin.GetMajorMic... |
test_smiles |
project/tests/util/chem/tes... |
77 |
Pass |
0.047 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_template_substitution |
project/tests/config/test_c... |
111 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.config.test_config.TestConfig |
test_template_substitution_... |
project/tests/config/test_c... |
151 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_environ.TestEnvironUtils |
test_temp_config_env |
project/tests/util/test_env... |
31 |
Pass |
0.006 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_dict.DictUtilTest |
test_to_string_sorted_by_key |
project/tests/util/test_dic... |
97 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_list.TestListUtilities |
test_transpose |
project/tests/util/test_lis... |
27 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_uniform_seq.TestUniform... |
test_truncate |
project/tests/util/test_uni... |
65 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_types.TestAssertValueEqual |
test_type_not_equal |
project/tests/util/test_typ... |
48 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.DebugErrorTest |
test_undefined_log |
project/tests/debug_logs/te... |
178 |
Pass |
0.001 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_uniform_seq.TestUniform... |
test_uniform_sequence |
project/tests/util/test_uni... |
20 |
Pass |
0.005 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_units.TestUnits |
test_unit_registry |
project/tests/util/test_uni... |
26 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.debug_logs.test_debug.TestLoggerC... |
test_unsupported_handler_class |
project/tests/debug_logs/te... |
276 |
Pass |
0.013 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.test_quilt.QuiltTestCase |
test_upload_download_delete |
project/tests/test_quilt.py |
104 |
Pass |
3.386 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error |
Hashing: 0%| | 0.00/12.0 [00:00<?, ?B/s]
Hashing: 100%|██████████| 12.0/12.0 [00:00<00:00, 12.7kB/s]
Copying: 0%| | 0.00/12.0 [00:00<?, ?B/s]
Copying: 100%|██████████| 12.0/12.0 [00:00<00:00, 97.2B/s]
Copying: 0%| | 0.00/574 [00:00<?, ?B/s]
Copying: 100%|██████████| 574/574 [00:00<00:00, 11.4kB/s]
Copying: 0%| | 0.00/12.0 [00:00<?, ?B/s]
Copying: 100%|██████████| 12.0/12.0 [00:00<00:00, 186B/s]
Copying: 0%| | 0.00/6.00 [00:00<?, ?B/s]
Copying: 100%|██████████| 6.00/6.00 [00:00<00:00, 127B/s]
|
|
|
project.tests.test_quilt.QuiltTestCase |
test_upload_download_delete... |
project/tests/test_quilt.py |
162 |
Pass |
0.806 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error |
Copying: 0%| | 0.00/7.00 [00:00<?, ?B/s]
Copying: 100%|██████████| 7.00/7.00 [00:00<00:00, 68.5B/s]
Copying: 0%| | 0.00/7.00 [00:00<?, ?B/s]
Copying: 100%|██████████| 7.00/7.00 [00:00<00:00, 130B/s]
|
|
|
project.tests.util.test_misc.TestEnhancedDataClass |
test_validate_dataclass_type |
project/tests/util/test_mis... |
331 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestEnhancedDataClass |
test_validate_dataclass_types |
project/tests/util/test_mis... |
358 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_rand.TestValidateRandom... |
test_validate_random_state |
project/tests/util/test_ran... |
155 |
Pass |
0.004 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_stats.TestStats |
test_weighted_mean |
project/tests/util/test_sta... |
74 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_stats.TestStats |
test_weighted_median |
project/tests/util/test_sta... |
113 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_stats.TestStats |
test_weighted_mode |
project/tests/util/test_sta... |
144 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_stats.TestStats |
test_weighted_percentile |
project/tests/util/test_sta... |
85 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestEnhancedDataClass |
test_write_and_read |
project/tests/util/test_mis... |
368 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_col_valida... |
project/tests/workbook/test... |
194 |
Pass |
0.236 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_hidden_row... |
project/tests/workbook/test... |
108 |
Pass |
0.052 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_long_messa... |
project/tests/workbook/test... |
220 |
Pass |
0.223 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_no_data |
project/tests/workbook/test... |
132 |
Pass |
0.043 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_pattern_error |
project/tests/workbook/test... |
145 |
Pass |
0.003 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_row_valida... |
project/tests/workbook/test... |
168 |
Pass |
0.053 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_excel_show_inf_r... |
project/tests/workbook/test... |
120 |
Pass |
0.208 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_protected |
project/tests/workbook/test... |
607 |
Pass |
0.025 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.workbook.test_io.TestIo |
test_write_read |
project/tests/workbook/test... |
717 |
Pass |
0.064 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|
|
project.tests.util.test_misc.TestEnhancedDataClass |
test___setattr__ |
project/tests/util/test_mis... |
322 |
Pass |
0.002 |
Result type | |
Message | |
Details | |
Standard output | |
Standard error | |
|