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

Add ability to run UlTest in sync #94

Open
megawubs opened this issue Jan 18, 2022 · 3 comments
Open

Add ability to run UlTest in sync #94

megawubs opened this issue Jan 18, 2022 · 3 comments

Comments

@megawubs
Copy link

megawubs commented Jan 18, 2022

I would like the ability to run tests in sync. Because some of my tests reset the database after every run. Now, all tests in the file fail, because the database is in an unexpected state.

Output from :TestFile
image

Output fromt :UlTest (same test file)
image

@rcarriga
Copy link
Owner

What test runner are you using? I'm guessing it's not supported by the output parsing https://github.com/rcarriga/vim-ultest/wiki/Output-Parsing so it needs to run tests separately to get results

@megawubs
Copy link
Author

I'm using phpunit. Thanks for the tip. Will look into the output parsing part. I might be able to help

@rcarriga
Copy link
Owner

Happy to take contributions, as I don't have any familiarity with php myself. If you have questions please let me know 😄

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

2 participants