Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Organisation] Should we move all the commits related to the tests on a Python branch ? #6

Open
Turtyo opened this issue Jan 6, 2023 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@Turtyo
Copy link
Owner

Turtyo commented Jan 6, 2023

For now, we are only doing PR on the main, where we have our tests.
Should we finish the tests on the main then rebase this on another Test branch when we are done ? Or should we rather move everything now on a Test branch, and have all the new branches related to the test forked from this Test branch ?

In any case, I think we will need to make a directory for all the files related to tests. I also don't know how it works if you clone a project, to execute it on your computer, do you only have the main ? Or do you have all the branches ? Because if people clone this, and want to us it (but not develop on it), I don't think they need to have all the files related to tests, only the current version of the program written in whatever language we will implement it.

@Turtyo Turtyo added enhancement New feature or request question Further information is requested labels Jan 6, 2023
@J3y0
Copy link
Collaborator

J3y0 commented Jan 7, 2023

First of all, when you clone a project you can see all the branches and switch to any of them using git branch -a and git switch *name of the branch*.

Now, I believe a branch won't help us. Like how do you test and write your new features at the same time and merge only the new features on the main branch ? You will merge the tests too, am I wrong ?

What we need is a directory with all test-related files in it (like generator.py for instance) . This folder won't bother anyone and oneself can use it at their will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants