MauroPen / MyPythonRepo

0 stars 0 forks source link

Find a proper way to test modules independently #34

Closed MauroPen closed 1 year ago

MauroPen commented 1 year ago

Linked to #33.

MauroPen commented 1 year ago

Modules that must be tested should be placed in scripts containing only absolute modules (not relative/personal modules).

For this reason, a Common.py file and a Dependency.py file (for each program) have been created.

Issue #22 and #29 should complete Birthday Paradox test files production.