domthom21 / eurocodedesign

Typed python framework for eurocode calculations
https://eurocodedesign.readthedocs.io/
Mozilla Public License 2.0
5 stars 1 forks source link

[ENH] Reorder test directory to follow eurocodedesign hierarchy #72

Open domthom21 opened 1 year ago

domthom21 commented 1 year ago

Is your feature request related to a problem? Please describe. The tests directory should follow the structure of the implementation directory eurocodedesign

Describe the solution you'd like

standard
  - ec3
    - crosssection
      - test_crosssectionclassification
    - platebuckling
      - test_reduced_stress_method.py
materials
  - test_structuralstell.py
geometry
  - test_steelsections.py
etc.