You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was able to run Kong to hopefully integrated in my work flow soon. One thing I'm confuse is that when I run "./manage.py check_sites --test test_name" the management command seems to run the Test in every Site in the list, even when I specify just one or two on the list (when creating/editing the TEST on the django admin), is this the correct behavior? thanks in advance
The text was updated successfully, but these errors were encountered:
The test will be run against all of the sites that you have defined. It will also be run against all of the type of sites you have defined for it. So if your Test points at a Type that contains all your sites, that will make it run against all your sites. Otherwise, it should just be running against the sites you have defined for it.
Eric thank you very much for your answer, I think I understand what you mean so Im set. Im kinda new to Django Testing so I'm getting use to language, tools, etc. I still kinda confuse about the functionality is set (but now I understand how it works) Yesterday I figure out that only if the Test doesn't specify a "TYPE" it will only RUN in the Sites that I mark in the "Sites" list using (check_sites --test test_name) if I select a TYPE it doesn't respect what SITES I selected and run the TEST against every site listed when running (check_sites --test test_name) So with that in mind and what you say I'm already writing functional test to my django projects, thank you very much for your help and your never ending dedication to the Django Community. Greetings from Costa Rica.
Hi, I was able to run Kong to hopefully integrated in my work flow soon. One thing I'm confuse is that when I run "./manage.py check_sites --test test_name" the management command seems to run the Test in every Site in the list, even when I specify just one or two on the list (when creating/editing the TEST on the django admin), is this the correct behavior? thanks in advance
The text was updated successfully, but these errors were encountered: