-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add tests for org.beeware.ARGV and org.beeware.ENVIRON #123
Copy link
Copy link
Open
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.good first issueIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!
Metadata
Metadata
Assignees
Labels
enhancementNew features, or improvements to existing features.New features, or improvements to existing features.good first issueIs this your first time contributing? This could be a good place to start!Is this your first time contributing? This could be a good place to start!
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Ready
What is the problem or limitation you are having?
Currently the command line arguments (passed to an android app via
org.beeware.ARGV) and environment variables (passed to an android app viaorg.beeware.ENVIRONas proposed here ) are not automatically tested for android.Describe the solution you'd like
The command line arguments and environment variables should be automatically tested.
Describe alternatives you've considered
Do not test these cases automatically. Manual testing is enough.
Additional context
This has been proposed here: beeware/briefcase-android-gradle-template#97 (comment)