Sandro Tosi
e6832ed290
Closes : #831848 - revert the description of www.debian.org to the official one (see also #813108 ); Closes : #813113
6 years ago
Sandro Tosi
49b591f584
update the list of pseudopackages (and fix & re-enable unittest); Closes : #831848 ,
6 years ago
Sandro Tosi
7b676cd9cf
convert reportbug.debbugs to py3k
- remove BTSParser, now that we are using SOAP
6 years ago
Sandro Tosi
b86543ed9c
PEP8-fied the source code (except for "line too long", which we ignore)
7 years ago
Sandro Tosi
0896c1d900
set dep on python-debianbts to the version implementing the paged access to BTS; Closes : #796759
7 years ago
Sandro Tosi
655f7d110a
use HTTPS when connecting to Debian BTS
7 years ago
Sandro Tosi
6c64990bfb
add 'newcomer' tag
8 years ago
Sandro Tosi
e6dc48c644
Save and restore mocked methods
This prevents to expose those mocked methods to other tests and thus result in
unexpected failures
8 years ago
Sandro Tosi
de75f77e73
report foreign architectures information (if m-a); thanks to Cyril Brulebois for the report; Closes : #658795
10 years ago
Sandro Tosi
3355f39907
extend debbugs.dpkg_infofunc() tests
Using mock objects we can test also special branches. Using them it was also
fixed
UnboundLocalError: local variable 'utsmachine' referenced before assignment
in case utils.get_arch() returns nothing.
10 years ago
Sandro Tosi
e1a8b412ed
make get_report() return the Bugreport instance, containing all the bug information; now the UI does the visualization part, and we just pass objects around storing the info the UI will extract and display; implicitly Closes : #571983
This patch made several changes, removing really old/ugly code. Passing
Bugreport around allows us to query that object and not the subject/bodies of
the but report for information about it.
Something is really innatural, like keeping 'exinfo' variable around: we should
probably rename it at some point in the future, but we'd preferred taking the
safe side and not remave that too.
11 years ago
Sandro Tosi
a6593ac372
remove release tags; thanks to Kurt Roeckx for the report and to Julien Cristau for the confirmation; Closes : #613716
11 years ago
Sandro Tosi
5ea9ec813a
added test for bug triggering #637994
11 years ago
Sandro Tosi
ba066d58cb
Rename reportbug/debianbts.py to reportbug/debbugs.py, pre-requisite to use python-debianbts to access BTS via SOAP
11 years ago