Piotr Idzik
Piotr Idzik
@sct: do I still need to do something regarding this PR?
Did you try to place the tests in the [`.../src/test/java/com/thealgorithms`](https://github.com/TheAlgorithms/Java/tree/842ff5294f5e97dfd1e4c09f9d9e01a89ac16e32/src/test/java/com/thealgorithms) directory? cf. #5501.
These algorithms already exist: - [`TowerOfHanoi.java`](https://github.com/TheAlgorithms/Java/blob/48a298028dc5c0fe3c090372003a626d24ffc3c7/src/main/java/com/thealgorithms/others/TowerOfHanoi.java), - [`Permutation.java`](https://github.com/TheAlgorithms/Java/blob/48a298028dc5c0fe3c090372003a626d24ffc3c7/src/main/java/com/thealgorithms/backtracking/Permutation.java), - [`GenerateSubsets.java`](https://github.com/TheAlgorithms/Java/blob/48a298028dc5c0fe3c090372003a626d24ffc3c7/src/main/java/com/thealgorithms/Recursion/GenerateSubsets.java), - factorial and Fibonacci numbers are implemented in several ways. If you want to contribute, you can do the following:...
_Where_ this should be tested? Could you please provide some pointer to the tests of `generic_user_roles_list_for_user` for reference? I would like to work on this issue.
@apoorvdixit88 Thanks for the feedback. I am still not sure how to create some automated tests. I created #6191: could you please have brief look and tell me if _it...
I have some problems with running the build _locally_. How long does it take to build the provided dev container? In my case I always end-up in hanging system (after...
I tried it on 3 setups: - [_standard gitpod_](https://www.gitpod.io/docs/configure/workspaces/workspace-classes) (4 cores, 8GB RAM), - VM (up to 6 cores and 8 GB RAM, to reduce the demand for RAM i...
> Hey @vil02, were you able to run _hyperswitch server_ locally? I am in touch with @SanchithHegde at discord.
Please notice the duplicate [`FactorialRecursion.java`](https://github.com/TheAlgorithms/Java/blob/b312567dc3d5ace09b34ed832a70069f63ff9a7c/src/main/java/com/thealgorithms/maths/FactorialRecursion.java). Also please open one PR for one algorithm (and tests of it) - it is easier to review.