We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bfc10 commit 29d3d64Copy full SHA for 29d3d64
nix/package/default.nix
@@ -120,6 +120,17 @@ buildPythonApplication {
120
"test_json_migration"
121
"test_library_migrations"
122
123
+ "test_add_same_tag_to_selection_single"
124
+ "test_add_tag_to_selection_multiple"
125
+ "test_add_tag_to_selection_single"
126
+ "test_custom_tag_category"
127
+ "test_file_path_display"
128
+ "test_meta_tag_category"
129
+ "test_update_selection_empty"
130
131
+ "test_update_selection_multiple"
132
+ "test_update_selection_single"
133
+
134
# INFO: This test requires modification of a configuration file.
135
"test_filepath_setting"
136
];
0 commit comments