public/sh/tests
lee ccd119c098 fix(entrypoint): correct path to the exercise that is being tested 2023-08-17 18:12:03 +01:00
..
cl-camp1 Change folder hierarchy 2020-05-29 21:38:30 +02:00
cl-camp3 Change folder hierarchy 2020-05-29 21:38:30 +02:00
cl-camp5 Change folder hierarchy 2020-05-29 21:38:30 +02:00
cl-camp8 Change folder hierarchy 2020-05-29 21:38:30 +02:00
custom-ls/folder1 DEV-3919-my-ls (#1660) 2023-01-16 11:56:59 +00:00
easy-perm feat(easy-perms): add subject, test and solution for the exercise 2022-12-27 10:03:52 +00:00
file-researcher feat(file-researcher): add subject, test and solution for the exercise file-researcher 2022-12-13 09:41:49 +00:00
find-files feat(find-files): add subject, test and solution for new a exercise 2022-12-09 11:32:46 +01:00
find-files-extension feat(find-files-extention): add subject, test and solution for new a exercise 2022-12-09 10:04:32 +01:00
hard-perm fix(devops): fix folder in the hard-perm exercise 2023-01-18 18:18:15 +00:00
left feat(left): add subject, test and solution for the exercise 2023-01-17 18:17:11 +00:00
master-the-ls fix(master-the-ls): fixing readme and test 2022-12-19 09:59:23 +00:00
solutions fix(to-git-or-not-to-git-remake): changed the exercise so that it is doable 2023-05-16 17:28:50 +01:00
teacher Change folder hierarchy 2020-05-29 21:38:30 +02:00
Caddyfile Remove unnecessary option 2021-04-03 11:43:32 +02:00
Dockerfile fix(Dockerfile): debian version from `10.9-slim` to `10-slim` 2023-07-05 13:03:51 +01:00
append-output_test.sh fix(append-output): fix test and solution in order to create the file results.txt with some text inside already 2023-01-18 18:05:59 +00:00
array-selector_test.sh refactor(array-selector): refactor test 2023-01-13 17:26:17 +00:00
auto-exec-bin_test.sh fix(auto-exec-bin): fix test bug 2023-01-13 09:17:04 +00:00
auto-jobs_test.sh DEV-3920 feat(auto-jobs) add subject and tests for auto-jobs exercise 2022-12-29 10:50:43 +01:00
better-cat_test.sh test(better-cat): add test case 2023-03-09 07:53:37 +00:00
bin-status_test.sh test(bin-status): fix tests always returning success 2023-01-12 16:59:34 +00:00
burial_test.sh feat(burial): add subject, test and solution for the exercise 2023-01-17 16:37:00 +00:00
calculator_test.sh DEV-3951-calculator (#1706) 2023-01-18 14:50:34 +00:00
change-struct_test.sh docs(change struct): fixing test and removing folders 2022-12-16 09:59:04 +00:00
check-user_test.sh style(check-user): apply autoformat to tests 2023-01-11 18:01:28 +00:00
cl-camp1_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
cl-camp2_test.sh Change folder hierarchy 2020-05-29 21:38:30 +02:00
cl-camp3_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
cl-camp4_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
cl-camp5_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
cl-camp6_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
cl-camp7_test.sh Change folder hierarchy 2020-05-29 21:38:30 +02:00
cl-camp8_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
comparator_test.sh fix(comparator):fixing the test 2023-01-13 15:21:24 +00:00
count-files_test.sh feat(count-files): add subject, test and solution for the exercise count-files 2022-12-16 09:59:21 +00:00
custom-ls_test.sh DEV-3919-my-ls (#1660) 2023-01-16 11:56:59 +00:00
details_test.sh feat(details): add subject, test and solution for the exercise 2023-01-18 18:02:57 +00:00
dir-info_test.sh test(dir-info): add tests for exercise 2023-02-15 17:46:44 +00:00
division_test.sh refactor(division_test): make challenge function more modular 2023-03-28 16:50:16 +01:00
easy-conditions_test.sh feat(easy-conditions): add subject, test and solution for the exercise 2023-01-16 18:33:08 +00:00
easy-perm_test.sh fix(easy-perms): fix test to check only the perms 2022-12-27 10:03:52 +00:00
entrypoint.sh fix(entrypoint): correct path to the exercise that is being tested 2023-08-17 18:12:03 +01:00
env-format_test.sh feat(env-format): add subject, test and solution for the exercise 2022-12-19 10:00:06 +00:00
explain_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
file-checker_test.sh test(file-cheker): create test folder and delete it from test file 2023-01-18 17:19:46 +00:00
file-details_test.sh feat(file-details): add subject, test and solution for the exercise 2023-01-13 13:34:04 +00:00
file-researcher_test.sh feat(file-researcher): add subject, test and solution for the exercise file-researcher 2022-12-13 09:41:49 +00:00
file-struct_test.sh docs(file-struct): fixing test and removing folders 2022-12-16 09:58:47 +00:00
find-files-extension_test.sh test(find-files-extension): check if the submitted file is correct and check if echo is used 2022-12-09 10:04:32 +01:00
find-files_test.sh test(find-files): check if the submitted file is correct and check if echo is used 2022-12-09 11:32:46 +01:00
grades_test.sh test(grades) fix stderror testing scenarios for grades exercise 2023-04-11 11:35:21 +01:00
greatest-of-all_test.sh test(greatest-of-all): remove unnecessart input in one test 2023-03-28 18:12:49 +01:00
hard-conditions_test.sh fix(hard-conditions): creating the files in the test and removing unnecessary folder 2023-01-17 16:36:12 +00:00
hard-perm_test.sh fix(devops): fixing typos and changing perms in the exercise hard-perm 2023-01-18 15:53:28 +00:00
head-and-tail_test.sh test(head-and-tail): check if the submitted file is correct and check if echo is used 2022-12-09 10:05:05 +01:00
hello-devops_test.sh fix(hello-devops) fix subject and tests name 2022-12-14 10:48:40 +01:00
in-back-ground_test.sh fix(in-back-ground): add check for the nohup command 2023-01-17 18:34:15 +00:00
in-the-dark_test.sh docs(in-the-dark):remove echo from the test 2023-01-18 18:18:15 +00:00
input-redirection_test.sh docs(input-redirection): fix naming inconsistencies 2023-01-17 14:04:23 +00:00
introduction_test.sh Make it work with non-executable scripts 2021-06-30 18:04:16 +02:00
job-regist_test.sh feat(job-regist): new version 2023-03-01 07:56:05 +00:00
joker-num_test.sh test(joker-num): fix permissions issues 2023-03-30 15:57:06 +01:00
json-researcher_test.sh fix(json-researcher): fix test 2023-03-20 13:05:39 +00:00
largest_test.sh chore(largest): add line at eof 2023-02-09 14:01:19 +00:00
left_test.sh fix(left): fixing test 2023-01-17 18:17:11 +00:00
make-it-better_test.sh Change folder hierarchy 2020-05-29 21:38:30 +02:00
master-the-ls_test.sh docs(master-the-ls): fix readme and change to script instead of a file 2022-12-19 09:59:23 +00:00
now-get-to-work_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
plus_test.sh fix(plus_test): change permissions of file 2023-01-05 11:04:28 +00:00
remake_test.sh feat(remake): clarify exercise 2023-01-17 18:24:34 +00:00
right_test.sh fix(right) fixing the test, readme and solution 2023-01-17 13:36:22 +00:00
set-env-vars_test.sh docs(set-env-vars): add hints, fixx the test to block echo and fix solution 2022-12-27 09:45:22 +00:00
set-internal-vars_test.sh feat(set-internal-vars): add subject, test and solution for the exercise 2022-12-27 10:01:31 +00:00
skip-lines_test.sh feat(skip-lines): add subject, test and solution for the exercise skip-line 2022-12-13 09:42:05 +00:00
strange-files_test.sh docs(strange-files): moving the subject to the folder devops 2022-12-16 09:52:21 +00:00
teacher_test.sh Make it work with non-executable scripts 2021-06-30 19:26:59 +02:00
to-git-or-not-to-git_test.sh fix(to-git-or-not-to-git): add check for echo 2023-05-16 17:28:50 +01:00
who-are-you_test.sh Make it work with non-executable scripts 2021-06-30 19:00:46 +02:00