Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Cases/Categories are not dynamically linked #25

Open
jlumbroso opened this issue Mar 13, 2020 · 1 comment
Open

Test Cases/Categories are not dynamically linked #25

jlumbroso opened this issue Mar 13, 2020 · 1 comment
Labels
enhancement New feature or request pipes This is not a bug, but something that needs/could be changed with the low-level infrastructure

Comments

@jlumbroso
Copy link
Member

Screen Shot 2020-03-13 at 6 26 11 PM

@jlumbroso jlumbroso added the enhancement New feature or request label Mar 13, 2020
@jlumbroso
Copy link
Member Author

jlumbroso commented Mar 13, 2020

I.e.:

def get_category_from_testcase(test):
    testCaseID = test.testCase
    testCategoryID = codepost.test_case.retrieve(id=testCaseID).testCategory
    testCategoryObj = codepost.test_category.retrieve(id=testCategoryID)
    return testCategoryObj

@jlumbroso jlumbroso added the pipes This is not a bug, but something that needs/could be changed with the low-level infrastructure label Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pipes This is not a bug, but something that needs/could be changed with the low-level infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant