Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roundtrip test fails due to missing native/libcst/tests/fixtures directory in crate #1249

Open
Apteryks opened this issue Nov 27, 2024 · 1 comment

Comments

@Apteryks
Copy link

Hello!

running 1 test
test roundtrip_fixtures ... FAILED

failures:

---- roundtrip_fixtures stdout ----
thread 'roundtrip_fixtures' panicked at tests/parser_roundtrip.rs:23:21:
read_dir: Os { code: 2, kind: NotFound, message: "No such file or directory" }
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.


failures:
    roundtrip_fixtures

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

error: test failed, to rerun pass `--test parser_roundtrip`

There is no native top directory in the libcst 1.5.1 crate fetched from crates.io.

@Apteryks
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant