Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Running tests on a system-wide install. #1235
Comments
|
hmmm I think each of those tests are a matter of |
|
#1236 should make the parse_shebang tests work betterer |
|
should be fixed with #1237 merged as well |
Yep, you are correct about the same. I guess that's why the tests were failing on the build system (and not locally). Anyhow, the patch works, and the tests are working fine now. Thanks a lot, for helping me out here, and for a quick response too. |
Can you also help me with this one? Should I "constrain" the |
|
probably just skip that test -- everythng else wil be broken with |
Hello there!
Thanks for providing such an amazing tool. It is really helpful and simply eases out the development pipeline.
I/We were packaging pre-commit for Fedora (a Linux distribution) and were stuck in running the tests for the installation. I cannot find steps to run the tests for system-wide installation, but only for a virtual-environment. Currently, I am running the tests as:
The installation worked out completely fine, but some of the tests fail, as described below. It would be really helpful if you could explain how can we amend running the tests.
Test failures:
TL;DR: I want to run the tests for a system-wide installation. I am facing several test failiures as highlighted above.
I was also getting an error similar to #1032. I do not understand what you mean by this comment. How would you/I modify the PATH in order to run the test correctly for a system-wide (global) install?
It would be really great if you could help us with the same. :D