Search Unity

Unity Test Extensions Library (now on GitHub)

Discussion in 'Testing & Automation' started by liortal, Nov 5, 2019.

  1. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    To everybody who's involved in testing with Unity, i just started this open source project.
    The goal is to create a set of extensions, helpers and utilities on top of the Unity Test Framework.

    First set of changes was pushed >> https://github.com/liortal53/UnityTestingExtensions

    Documentation and updates will soon follow! Star / fork this repository.

    Feel free to let me know what would you like to see added.
     
  2. Mikael-H

    Mikael-H

    Joined:
    Apr 26, 2013
    Posts:
    309
    Ok I'm watching and starring :)
     
  3. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Thanks! my plan is to initially add all the boilerplate stuff (shown in Unite Copenhagen), and add on more stuff gradually.

    Do you have anything you'd like to see in such a library?
     
  4. a436t4ataf

    a436t4ataf

    Joined:
    May 19, 2013
    Posts:
    1,933
    Can you add a list of features as bulletpoints to the README? Or a link to some kind of overview of what you're adding (implemented vs not-implemented list is fine too) - just something so I know what I'm looking at :)
     
    liortal likes this.
  5. a436t4ataf

    a436t4ataf

    Joined:
    May 19, 2013
    Posts:
    1,933
    (my current grab-bag of extensions is mostly stuff like: adding missing methods to the Assert class)
     
  6. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Hi! i am working on adding some proper documentation (as well as more functionality to this project).
     
    a436t4ataf likes this.
  7. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Initial readme file was updated. stay tuned since i have more features planned.