gridtest.client package

Submodules

gridtest.client.check module

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.check.main(args, extra)[source]

gridtest.client.generate module

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.generate.main(args, extra)[source]

gridtest.client.gridview module

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.gridview.main(args, extra)[source]

gridtest.client.shell module

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.shell.bpython(args)[source]
gridtest.client.shell.get_runner(args)[source]

if the user provides a gridtest file to load, return a runner

gridtest.client.shell.ipython(args)[source]

give the user an ipython shell, optionally with an endpoint of choice.

gridtest.client.shell.main(args, extra)[source]
gridtest.client.shell.print_runner(runner, testfile)[source]

If a runner is provided, print instructions for using it. Otherwise show instructions for adding a test file.

gridtest.client.shell.python(args)[source]

gridtest.client.test module

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.test.main(args, extra)[source]

gridtest.client.update module

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.update.main(args, extra)[source]

Module contents

Copyright (C) 2020 Vanessa Sochat.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

gridtest.client.get_parser()[source]
gridtest.client.main()[source]

main entrypoint for gridtest