Data Entry Operator (DEO), Nurse, Research Assistant, Technical Officer and others. Interested and eligible candidates can appear for the further interaction under the recruitment process from 22 November to 14 December 2022 as per the posts wise schedule. ...
- "**/*_test.go" - "**/mock/**/*.go" forbidigo: forbid: - 'import "[^"]+/(util|common|helpers)"' gosec: excludes: - G115 # https://github.com/securego/gosec/issues/1212 run: exclude-dirs: - 'exp' 2 changes: 1 addition & 1 deletion 2 Makefile Original file line numb...
[tox] distshare = {homedir}/.tox/distshare envlist = lint, test skip_missing_interpreters = true # recreate = true # skipsdist = true [testenv] basepython = python3.11 setenv = PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}:. deps = websocket-client coverage mock pytest pytest-mock comma...
@@ -9,8 +9,8 @@ def test_user_role_view_access(rando, inventory, mocker, post): role_pk = inventory.admin_role.pk data = {"id": role_pk} mock_access = mocker.MagicMock(can_attach=mocker.MagicMock(return_value=False)) with mocker.patch('awx.main.access.RoleAccess', return_value...