Running Ide for editing the code

Well i am using the frappe on terminal and using the vim ,is there any alternative ide that can i run it from the terminal .And also i am working on the cloud,so it is quite difficult for me to run a ide through terminal…Any Help…

Hi @NAGENDRA_KOMMIREDDI

Use Github, do the changes on local machine, test it and deploy it on the cloud using github.
For local machine you can use Sublime, TextMate etc IDE

Greetings, how do I run tests on my local machine and run it from my machine?

[Kubuntu]/[PyCharm]

Tests are run typically from the command line as a bench command.

Here’s the documentation Unit Testing

1 Like