#marko do u have any idea how to get test my code by helsinki university for intelliJ idea or VSC
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Helsinki University's test automation course uses the TestMyCode platform for testing code. To set it up in IntelliJ IDEA or Visual Studio Code (VSC), follow these steps:
- Install the TestMyCode plugin in your IDE.
- Create an account on the TestMyCode website.
- In IntelliJ IDEA, go to Preferences > Plugins and search for "TestMyCode" to install the plugin. In VSC, go to Extensions and search for "TestMyCode" to install the extension.
- Open your project in the IDE and configure the TestMyCode plugin with your credentials.
- Write your code and tests according to Helsinki University's guidelines.
- Use the TestMyCode plugin to run the tests and submit your code for evaluation.
By following these steps, you can easily test your code for Helsinki University's test automation course using IntelliJ IDEA or VSC with the TestMyCode platform. Good luck with your studies!
intellij got a plugin called "TMC"
but note its outdated and has some bugs
vsc on the other hand isnt a good "IDE" for java in general
especially for beginners
ah man i got my hands on VS code, i use both intelliJ and vs code
also am i allowed to ask a question regarding git?
yeah ofc
okay the question is ---> lemme show you with screenshots
i uploaded the calculator thingy on my github
using the command line of gitbash
but but
it doesnt look like it though
the contents inside it weren't posted
yea there should be a .git folder at least
deleted it bruh coz the contents inside werent posted
and gitignore in most cases
i deleted the repository because it wasnt working as i expected it to work
the folder was posted
the contents inside werent
there should be a walkthrough if you create an empty repository on github
okay lemme explain it quick
i made the repository with name calculator
posted the P1 calculator using bash
and it showed these files .idea version-1.1
but the contents inside them were inaccessible
\
followed the git remode add url thingy
and then git push -u origin main
it worked also but the contents inside the folder
i mean the folder was not openable
you sure you are in the correct directory when using git bash?
yessir
can you show screenshots of what you are doing
i was inside P1calculator
bash history is all i have now
the repository i deleted
git config --global user.name " "
git init
git add .
git status
git add .
git status
git commit -m "Files added"
git push -u origin main
git remote add origin https://github.com/omchitlangia/P1Calculator
git push -u origin
git push -u origin main
git push -u origin main
git branch -M main
git push -u origin main ```
ping me once anyone is here
well its hard to help with that information
could u like tell that via a sample project brother?
do i need git in the folder inside too?
do i need to push it aswell?
we can quickly go into vc if you want