Search results

  1. A

    Development methodology and hi students from Porto

    Great! About the libraries you use, do you think using external libraries makes testing any more difficult or easier? Does it impact the way automated or manual tests are done?
  2. A

    Development methodology and hi students from Porto

    I meant stuff like code libraries, like LWJGL. Also, I've seen that you noticed our PR solving a small issue (https://github.com/MovingBlocks/Terasology/pull/2011). That was done by @gtugablue, one of my partners for the work we are doing.
  3. A

    Development methodology and hi students from Porto

    In this case, do you think unit/automated tests cover most or all of the important parts of the code or do you think you should dedicate some more time to do this to improve testing overall on Terasology? Also, which do you think are the main external technologies used in the project? (if you...
  4. A

    Development methodology and hi students from Porto

    Why is there no line coverage or test results for most of the indicated modules in the Jenkings (http://jenkins.terasology.org/view/Statistics/) page you mentioned? Does this mean there are no tests for these modules or is there another explanation? Also, how important do you think unit tests...
  5. A

    Development methodology and hi students from Porto

    Hello again @Cervator. We are now interested in studying how the software in Terasology is tested, both for the engine and individual modules. Dou you use any sort of automated tests or is stuff tested manually? Also, at this stage we would like to contribute to the project by solving at least...
  6. A

    Development methodology and hi students from Porto

    Once again thank you @Cervator for your useful help! Using independant repositories seems like a good strategy for your module system since you use Gradle to fetch them later. I think it's also good to have new releases every 2-4 weeks because it keeps the community interested and helps people...
  7. A

    Development methodology and hi students from Porto

    Hi! I'm working with Aniiram on your project and your message was really helpful to us! You gave us even more information than we expected so we have everything we need so far. Right now we are studying how requirements are managed along the project. From what you wrote we understood that...
Top