On Tue, 26 Nov 2019 at 21:21, Jaime Resano Aisa <[email protected]> wrote: > > How can I modify code from the polygon file and execute it locally for making > the test process without creating pull requests? I only need to execute the > tests of that class
You can run the tests locally by running e.g $ bin/test sympy/geometry in the terminal from the SymPy root directory. -- Oscar -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxQJTuJiM5Tbf3epf_YmiEd_7UoK26qVKB4HWd9zQRFQ9A%40mail.gmail.com.
