Skip to content

Commit

Permalink
Avoid encoding current version in test output (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jan 19, 2024
1 parent 3a1cd44 commit fe18080
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
1 change: 1 addition & 0 deletions crates/puffin/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub(crate) const BIN_NAME: &str = "puffin";
pub(crate) const INSTA_FILTERS: &[(&str, &str)] = &[
(r"--cache-dir .*", "--cache-dir [CACHE_DIR]"),
(r"(\d+\.)?\d+(ms|s)", "[TIME]"),
(r"v\d+\.\d+\.\d+", "v[VERSION]"),
];

/// Create a virtual environment named `.venv` in a temporary directory.
Expand Down
Loading

0 comments on commit fe18080

Please sign in to comment.