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

Normalize the state of automated tests #123

Open
WorldThirteen opened this issue Jul 17, 2024 · 0 comments
Open

Normalize the state of automated tests #123

WorldThirteen opened this issue Jul 17, 2024 · 0 comments
Labels
invalid This doesn't seem right

Comments

@WorldThirteen
Copy link
Collaborator

WorldThirteen commented Jul 17, 2024

Current tests are unusable because after I pulled repo, installed modules and ran tests I've got:

  • 245 passing (3s);
  • 28 failing;
  • Error: ENOENT: no such file or directory, open '/Users/microshine/Downloads/form.pdf';
  • AssertionError [ERR_ASSERTION]: false == true;
  • reference to some files directory that doesn't exists in repo;
  • console log output that does not fit the bash (zsh) context window;
  • random pdf files appeared at the repo root, which I need manually to get rid, using of tmp directory is preferred in such cases.

So I am not able to use tests to figure out if my changes are breaking something it not.

@WorldThirteen WorldThirteen added the invalid This doesn't seem right label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant