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
Squashed commit of the following:
commit 8144ae3
Author: Radu Ghitescu <radu.ghitescu@gmail.com>
Date: Sat May 23 14:50:58 2020 +0100
Bump to v0.2.0
commit 59b2308
Author: Radu Ghitescu <radu.ghitescu@gmail.com>
Date: Sat May 23 14:49:59 2020 +0100
Update module discovery and console outputs (RaduG#6)
* Replace model lookup with recursive os.walk based function which treats modules and packages in a consistent way.
Update docstrings to use PEP484-style type information
* Streamlined module discovery, unified discovery for packages and modules and tracking grouped by module
- simplify module discovery with os.walk
- FunctionCallMonitor now stores tracked functions grouped by module
- import_module_from_file checks if the module is already imported and returns the module object from sys.modules; this fixes an issue occuring when a function is aliased in another module and the aliased reference is tested when the module in which the original function is defined was imported again after the aliased one
- update docstrings with PEP-484 types
* Update console output and add tests using pytester
- the default output is now in line with pytest-cov
- added option --func_cov_report for future extensibility; implemented term-missing which has the same effect as in pytest-cov, but shows the names of the untested functions
* Remove unnecessary files
* Update sample output and add --func_cov_report information
* Make tests a package again
* Load pytester
* Load pytest_func_cov during tests
commit c77ace4
Author: vladg94 <vladg94@users.noreply.github.com>
Date: Sun Apr 5 07:55:35 2020 -0700
Add Tests For find_package function (RaduG#5)
* Add Tests For find_package function
* Add scope to pytest.fixture packag/non_package
* Mistake removal#
* Modified test for find_package with packages
* remove print statements
* Add tests for get_functions defined in module.
Reformated file with black.
* Fix tests
Co-authored-by: Radu Ghitescu <radu.ghitescu@gmail.com>
commit 00f8065
Author: Radu Ghitescu <radu.ghitescu@gmail.com>
Date: Mon Mar 30 10:24:08 2020 +0100
Run Black
commit 03c9f90
Author: Radu Ghitescu <radu.ghitescu@gmail.com>
Date: Sun Mar 29 15:13:07 2020 +0100
Run Black formatter
commit 2695e24
Author: Radu Ghitescu <radu.ghitescu@gmail.com>
Date: Sun Mar 29 15:09:34 2020 +0100
Test is_package using temp folders
commit bead290
Author: Radu Ghitescu <radu.ghitescu@gmail.com>
Date: Sun Mar 29 14:59:25 2020 +0100
Add .vscode
commit e978ea7
Author: vladg94 <vladg94@users.noreply.github.com>
Date: Wed Mar 18 07:01:35 2020 -0700
Vg test branch (RaduG#4)
* Add tests for is_package
0 commit comments