Skip to content

Bug: Germinette rejects standard library import time in Python Module 10 #7

@mauricelorenz

Description

@mauricelorenz

Summary

Germinette rejects standard library import time in Python Module 10 despite subject allowing it

Environment

  • OS: Ubuntu 24.04.4
  • Python version: 3.12.3
  • Project version / commit: Germinette v1.6.6

Steps to Reproduce

  1. Code Python Module 10 ex4 with from time import time
  2. Run germinette

Expected Behavior

OK

Actual Behavior

KO (Forbidden Import)

Minimal Reproducible Example

from time import time

Error Output

Forbidden Import
Forbidden Import: 'time' is not authorized.

Additional Context

Subject, Authorized Imports: Standard library modules as needed for the exercises

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions