test_slurm_labelled_logs
Functions
empty_log
empty_log()
Source code in tests/test_slurm_labelled_logs.py
8 9 10 | |
mixed_log
mixed_log()
Source code in tests/test_slurm_labelled_logs.py
25 26 27 28 29 30 31 | |
process_log
process_log()
Source code in tests/test_slurm_labelled_logs.py
13 14 15 16 17 18 19 20 21 22 | |
test_empty_log
test_empty_log(empty_log)
Source code in tests/test_slurm_labelled_logs.py
34 35 | |
test_mixed_log
test_mixed_log(mixed_log)
Source code in tests/test_slurm_labelled_logs.py
106 107 108 109 110 111 112 113 114 115 116 | |
test_mixed_log_to_files
test_mixed_log_to_files(mixed_log, tmp_path)
Source code in tests/test_slurm_labelled_logs.py
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | |
test_only_process_log
test_only_process_log(process_log)
Source code in tests/test_slurm_labelled_logs.py
38 39 40 41 42 43 44 45 46 47 48 49 50 | |
test_only_process_log_to_files
test_only_process_log_to_files(process_log, tmp_path)
Source code in tests/test_slurm_labelled_logs.py
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | |
test_only_process_log_to_files_remove_ws
test_only_process_log_to_files_remove_ws(
process_log, tmp_path
)
Source code in tests/test_slurm_labelled_logs.py
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | |