Skip to content

Commit

Permalink
docs: added notice
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHedmad committed Feb 20, 2024
1 parent ff513d3 commit 0968e4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ use rusty_fork::rusty_fork_test;
// rusty-fork makes it so that each test is ran in its own *process*, so
// this problem does not occur.

// > --- BIG FAT IMPORTANT NOTICE --- <
//
// These tests do not suffer from the "we cannot run docker tests on github"
// problem since we call COPY . . without any form of dockerignore.
// This means that THEY DO NOT TEST THE CORRECT MOUNTPOINTS used by Kerblam!
// Just that the execution itself works.
//
// Keep that in mind.

static TEST_KERBLAM_TOML: &'static str = r#"
[data.remote]
"https://raw.githubusercontent.com/MrHedmad/kerblam/main/README.md" = "input_data.txt"
Expand Down

0 comments on commit 0968e4d

Please sign in to comment.