parent
340b520e58
commit
c7e9df60c9
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@ |
|||||||
|
//! Youtrack integration (mark issues as Released when packing to changelog)
|
||||||
|
|
||||||
|
#[cfg(test)] |
||||||
|
mod tests { |
||||||
|
#[test] |
||||||
|
fn test_youtrack_communication() { |
||||||
|
let token = ""; |
||||||
|
|
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
Loading…
Reference in new issue