#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)

atomic wren
#

marko do u have any idea how to get test my code by helsinki university for intelliJ idea or VSC

void breachBOT
#

<@&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>.

#
TJ-Bot
Marko do u have any idea how to get test my code by helsinki university for intelliJ idea or VSC

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:

  1. Install the TestMyCode plugin in your IDE.
  2. Create an account on the TestMyCode website.
  3. 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.
  4. Open your project in the IDE and configure the TestMyCode plugin with your credentials.
  5. Write your code and tests according to Helsinki University's guidelines.
  6. 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!

tiny lark
#

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

atomic wren
#

also am i allowed to ask a question regarding git?

tiny lark
#

yeah ofc

atomic wren
#

i uploaded the calculator thingy on my github

#

using the command line of gitbash

#

but but

tiny lark
#

it doesnt look like it though

atomic wren
#

the contents inside it weren't posted

tiny lark
#

yea there should be a .git folder at least

atomic wren
tiny lark
#

and gitignore in most cases

atomic wren
#

the folder was posted

#

the contents inside werent

tiny lark
#

there should be a walkthrough if you create an empty repository on github

atomic wren
#

i made the repository with name calculator

atomic wren
#

and it showed these files .idea version-1.1

#

but the contents inside them were inaccessible

atomic wren
#

and then git push -u origin main

#

it worked also but the contents inside the folder

#

i mean the folder was not openable

tiny lark
#

you sure you are in the correct directory when using git bash?

tiny lark
#

can you show screenshots of what you are doing

atomic wren
#

i was inside P1calculator

atomic wren
#

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

tiny lark
#

well its hard to help with that information

atomic wren
#

do i need git in the folder inside too?

#

do i need to push it aswell?

tiny lark
#

we can quickly go into vc if you want

atomic wren
#

sure gimme 1 second

#

there