OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | initialize_options (self) |
def | finalize_options (self) |
def | test_args (self) |
def | with_project_on_sys_path (self, func) |
def | project_on_sys_path (self, include_dists=[]) |
def | run (self) |
def | run_tests (self) |
![]() | |
def | __init__ (self, dist, **kw) |
def | ensure_string_list (self, option) |
def | reinitialize_command (self, command, reinit_subcommands=0, **kw) |
Static Public Member Functions | |
def | paths_on_pythonpath (paths) |
def | install_dists (dist) |
Data Fields | |
test_suite | |
test_module | |
test_loader | |
test_runner | |
Static Public Attributes | |
description | |
user_options | |
![]() | |
command_consumes_arguments | |
Command to run unit tests after in-place build
def finalize_options | ( | self | ) |
def initialize_options | ( | self | ) |
|
static |
Install the requirements indicated by self.distribution and return an iterable of the dists that were built.
|
static |
Add the indicated paths to the head of the PYTHONPATH environment variable so that subprocesses will also see the packages at these paths. Do this in a context that restores the value on exit.
def project_on_sys_path | ( | self, | |
include_dists = [] |
|||
) |
def run | ( | self | ) |
def run_tests | ( | self | ) |
def test_args | ( | self | ) |
def with_project_on_sys_path | ( | self, | |
func | |||
) |
Backward compatibility for project_on_sys_path context.
|
static |
test_loader |
test_module |
test_runner |
test_suite |
|
static |