Python Forum
spread same class into separate files in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
spread same class into separate files in python
#3
I solved it like this with a basic class extend

from TestSteps1 import Tests

class Steps(Tests):
    ....
However i had to also the way tests are executed because of how it was build it the past...in a pretty customized and dynamic way. Anyway this above had the answer to my question.
Reply


Messages In This Thread
RE: spread same class into separate files in python - by asheru93 - Jun-19-2019, 02:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Class test : good way to split methods into several files paul18fr 5 4,311 Jul-17-2024, 11:12 AM
Last Post: felixandrea
  Split Bytearray into separate Files by Hex delimter lastyle 5 6,968 Mar-09-2023, 07:49 AM
Last Post: bowlofred
  Python Split json into separate json based on node value CzarR 1 10,312 Jul-08-2022, 07:55 PM
Last Post: Larz60+
  importing functions from a separate python file in a separate directory Scordomaniac 3 2,451 May-17-2022, 07:49 AM
Last Post: Pedroski55
  How to save files in a separate directory Scordomaniac 3 16,567 Mar-16-2022, 10:17 AM
Last Post: Gribouillis
  Separate text files and convert into csv marfer 6 5,103 Dec-10-2021, 12:09 PM
Last Post: marfer
  Pythonic way to handle/spread alerts class in multiple modules psolar 11 6,837 Feb-12-2020, 04:11 PM
Last Post: psolar
  write each line of a text file into separate text files and save with different names Shameendra 3 3,704 Feb-20-2019, 09:07 AM
Last Post: buran
  instance of a class in different files DionisiO 2 3,281 Jan-21-2019, 09:38 PM
Last Post: DionisiO
  Running a python tool transforming xml files into epub files silfer 7 7,292 May-10-2018, 03:49 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020