Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Lily Sturmann <[email protected]>
  • Loading branch information
lkatalin committed Feb 20, 2021
1 parent 957b6d2 commit d7ceb56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/revocation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,14 @@ mod tests {
use super::*;

#[test]
fn gha_python() {
let status = Command::new("python3")
.arg("--version")
.status()
.expect("could not check python version");
}

//#[test]
fn revocation_scripts() {
let json_file =
concat!(env!("CARGO_MANIFEST_DIR"), "/tests/unzipped/test.json");
Expand Down
3 changes: 2 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ RUN dnf install -y \
swtpm swtpm-tools \
rust clippy cargo \
llvm llvm-devel clang pkg-config \
dbus-daemon czmq-devel
dbus-daemon czmq-devel \
python3

0 comments on commit d7ceb56

Please sign in to comment.