File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
demo-assignments/A2-ABC/egypt Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 mypy --strict --allow-untyped-decorators --ignore-missing-imports demo-assignments/A2-ABC/egypt
4747 - name : Test with pytest
4848 run : |
49- pytest --verbose demo-assignments/A0/hello/tests
50- pytest --verbose demo-assignments/A0-OOP/hello/tests
51- pytest --verbose demo-assignments/A1/cold/tests
52- pytest --verbose demo-assignments/A1-OOP/cold/tests
53- pytest --verbose demo-assignments/A2-ABC/egypt/tests
49+ python -m pytest --verbose demo-assignments/A0/hello/tests
50+ python -m pytest --verbose demo-assignments/A0-OOP/hello/tests
51+ python -m pytest --verbose demo-assignments/A1/cold/tests
52+ python -m pytest --verbose demo-assignments/A1-OOP/cold/tests
53+ python -m pytest --verbose demo-assignments/A2-ABC/egypt/tests
Original file line number Diff line number Diff line change 1- accepted : 2
1+ accepted : 3
22cpu_limit : 1 second
33difficulty : 1.9 Easy
44mem_limit : 1024 MB
55problemid : egypt
6- submissions : 2
6+ submissions : 3
77title : Egypt
You can’t perform that action at this time.
0 commit comments