Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tema3-2024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOCLA
tema3-2024
Commits
3a998b97
Commit
3a998b97
authored
11 months ago
by
Ioan-Teodor Teugea
Browse files
Options
Downloads
Patches
Plain Diff
Add checker section
parent
03cf9216
Branches
main
No related tags found
No related merge requests found
Pipeline
#68204
passed
11 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-0
26 additions, 0 deletions
README.md
with
26 additions
and
0 deletions
README.md
+
26
−
0
View file @
3a998b97
...
...
@@ -181,3 +181,29 @@ reduce(src, n, accumulator_initial, to_apply):
acc = to_apply(acc, src[i])
return acc
```
## Checker
Pentru a folosi checker-ul
`local_checker.py`
, este necesar să aveți Python3 instalat.
Pentru a vedea lista de argumente posibile a script-ului:
```
bash
python3 local_checker.py
--help
```
Pentru a rula toate testele:
```
bash
python3 local_checker.py
--all
```
Pentru a crea arhiva pe care trebuie să o încărcați pe Moodle (
**Pentru ca fisierul README sa fie inclus, trebuie sa fie in directorul src/ .**
):
```
bash
python3 local_checker.py
--zip
```
La o rulare normală, checker-ul nu va păstra output-urile voastre, ci va face clean.
Pentru a păstra output-urile, adăugați argumentul
`--no_clean`
la comanda de rulare a checker-ului.
Formatul incorect al arhivei duce la depunctarea intregii teme.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment