News

Project 01Update -- Deadline + Tests + Container

Written on 07.01.2025 12:27 by Marius Smytzek

Dear students,

Due to illnesses, we have decided to extend the deadline of Project 01 to 19.01.2025 at 23:59.

Moreover, we have updated the public tests of Project 01 to provide much more detailed feedback. We have uploaded the test file solely for convenience if you have already started with your implementation. The updated tests are already provided if you download the project files.

The following is entirely optional:

Additionally, we have uploaded a Dockerfile that you can use to verify that your solution will pass the tests on our side. You need Docker installed and the demon running (for reference, we refer to https://docs.docker.com/desktop/).

  1. To use this file, copy it to the base directory of your project implementation, i.e., the directory that stores the tests.py file.
  2. You need to open a command line and navigate to this director.
  3. Then, build the image by running docker build -t debug2425 ..
  4. Finally, you can execute the tests by running docker run --rm -v .:/project debug2425.

If you completed these steps, you can simply rerun the test by repeating step 4. Since the current directory is mounted as a volume to the container, the tests will always use your current implementation.

Privacy Policy | Legal Notice
If you encounter technical problems, please contact the administrators.