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

Toggle between test/impl doesn't obey projectile-project-test-dir #1839

Closed
Lenbok opened this issue Apr 20, 2023 · 0 comments · Fixed by #1840
Closed

Toggle between test/impl doesn't obey projectile-project-test-dir #1839

Lenbok opened this issue Apr 20, 2023 · 0 comments · Fixed by #1840

Comments

@Lenbok
Copy link
Contributor

Lenbok commented Apr 20, 2023

My project .dir-locals.el sets projectile-project-test-dir to "tests/" but this is being ignored by projectile-toggle-between-implementation-and-test

Expected behavior

Test files should be found under "tests/"

Actual behavior

Tests are being created/looked for under "test/" (which is the default for the project type)

Steps to reproduce the problem

Create a .dir-locals.el that sets projectile-project-test-dir to a value different from the default for the project type.
Open a src file, call projectile-toggle-between-implementation-and-test.

Environment & Version information

Projectile version information

Projectile 2.8.0-snapshot

Emacs version

29.0.90

Operating system

Linux

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