If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: fizyk.dev - Cases | Cases.

site address: fizyk.dev redirected to: fizyk.dev

site title: Cases Cases

Our opinion (on Tuesday 05 May 2026 0:03:11 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=Not only about encountered programming cases.;

Headings (most frequently used words):

python, tests, and, test, with, your, to, mirakuru, running, on, travis, osx, workers, creating, timestamp, in, difference, between, calendar, timegm, time, mktime, measuring, coverage, of, py, plugins, pytest, dbfixtures, now, works, pyramid_fullauth, python3, few, fixes, commit, day, will, scratch, itch, away, my, first, bump, pypy, reminder, use, pool_recycle, for, sqlalchemy, connection, mysql, released, little, helper, cases,

Text of the page (most frequently used words):
and (24), that (18), python (18), with (13), more (12), your (12), for (12), tags (11), mirakuru (11), the (11), tests (11), comments (10), read (10), posted (10), time (10), will (8), 2014 (8), are (8), this (8), mysql (8), test (7), #pytest (7), other (6), about (6), osx (6), code (5), you (5), just (5), released (5), version (5), processes (5), two (5), fixtures (5), coverage (5), timegm (5), mktime (5), which (5), calendar (5), need (4), first (4), run (4), but (4), sqlalchemy (4), pypy (4), dbfixtures (4), not (4), properly (4), travis (4), also (3), cases (3), few (3), running (3), add (3), maybe (3), started (3), their (3), changes (3), problem (3), postgresql (3), error (3), pool_recycle (3), well (3), had (3), myself (3), post (3), has (3), only (3), long (3), issue (3), python3 (3), pyramid (3), authentication (3), data (3), timetuple (3), timestamp (3), system (3), grzegorz (2), śliwiński (2), autorstwa (2), when (2), start (2), own (2), helpful (2), tools (2), lets (2), superpowers (2), scripts (2), testing (2), executors (2), required (2), used (2), both (2), last (2), think (2), haven (2), option (2), simple (2), connection (2), resulting (2), while (2), how (2), reminder (2), away (2), use (2), ago (2), was (2), reading (2), though (2), some (2), been (2), thinking (2), what (2), tomek (2), got (2), project (2), have (2), those (2), extension (2), based (2), means (2), mostly (2), pyramid_fullauth (2), using (2), rabbitmq (2), most (2), factories (2), can (2), clean (2), one (2), kind (2), measuring (2), tell (2), measure (2), plugins (2), things (2), function (2), difference (2), returns (2), there (2), treats (2), were (2), date (2), machine (2), local (2), all (2), linux (2), however (2), workers (2), contents, 2025, powered, nikola, archives, homepage, active, ten, utwór, jest, dostępny, licencji, creative, commons, uznanie, unported, available, polski, older, posts, lines, guarantees, script, database, instance, webserver, wrote, sending, real, requests, automatically, yesterday, little, helper, fix, killing, shell, ability, detect, resources, tcp, http, aren, already, context, managers, starting, stopping, introduced, thursday, new, minor, don, occurs, least, seen, anywhere, certainly, worth, trying, tuning, pooling, general, before, franticly, browsing, internet, cause, broad, possible, answer, because, closes, itself, stale, connections, recently, application, lost, colleague, mine, panicking, remind, did, solved, again, stumble, upon, server, gone, until, weeks, somewhat, interpreter, speeds, expected, supposed, thought, easy, spot, wrong, bump, said, remembered, highly, motivational, willingness, something, makes, tick, why, does, django, twisted, celery, grown, big, whizbang, jeff, knupp, august, meeting, brief, discussion, state, opened, issues, his, tracker, envelopes, wójcik, wroc, open, source, community, commit, day, scratch, itch, comes, limited, compatibility, bugfixes, goal, allow, abilities, password, social, apps, configuration, fullauth, fixes, unfortunately, related, please, check, carefuly, these, backward, incompatible, days, compatible, plugin, fresh, elasticsearch, redis, mongodb, afterwards, provides, different, settings, now, works, important, definitive, metric, tested, initialized, today, asked, question, second, faster, than, see, short, benchmarks, below, speaking, none, functions, accepts, parameter, would, timezone, float, integer, people, probably, aware, attributed, due, fact, docs, being, often, skipped, representing, even, extract, from, datetime, object, method, still, given, zone, might, production, much, bigger, pull, analyse, hand, input, passed, utc, utctimetuple, programmers, realise, ways, getting, help, stdlib, libraries, weirdly, placed, performance, 2015, creating, between, standing, get, years, old, may, apparently, setting, language, among, won, work, apple, operating, bug, report, colleages, since, our, packages, usually, implementation, govern, predefined, process, wanted, configure, builds, broken, default, 2016,


Text of the page (random words):
cases cases running python tests on travis s osx workers posted 20 3 2016 21 44 tags osx python tests travis i and my colleages are running tests mostly on linux since our packages usually are clean python implementation however for mirakuru which we use to govern processes in tests and by extension pytest dbfixtures which has predefined process fixtures for pytest we wanted to run tests also on osx travis ci for a long time had option to configure osx workers and linux however python builds on osx are kind of broken by default travis ci has a long standing bug report for this issue which will get 2 years old in this may apparently just setting python as a language and osx among the system to test on won t work for apple s operating system read more comments creating a timestamp in python difference between calendar timegm and time mktime posted 25 11 2015 20 18 tags calendar performance python time if think most of python programmers realise that there are two ways of getting timestamp with only the help of stdlib libraries it s time mktime and weirdly placed calendar timegm there are two things people are probably not aware first one can be attributed due to the fact that their docs are not being read properly or more often skipped is that time mktime function treats timetuple as if it were representing date and time in machine local time this means even if you extract timetuple from your datetime object using utctimetuple method resulting timestamp will still be a given date in your system local time zone might not be a problem at all on production but will be a much bigger issue on your machine when you pull some data to analyse calendar timegm on the other hand treats all input data as if it were passed in utc speaking of which none of those two functions accepts a parameter that would tell which timezone the timetuple is in the only difference is that time mktime returns a float and calendar timegm returns an integer second things timegm function is faster than mktime see the short benchmarks below read more comments measuring test coverage of py test plugins posted 16 11 2014 16 54 tags coverage pytest python measuring your code s test coverage is important though not definitive metric to tell that your code is well tested but to measure coverage properly tests have to be properly initialized as well and today i asked myself a question how do i measure properly test coverage of py test plugins read more comments pytest dbfixtures now works with python 3 posted 08 11 2014 19 16 tags dbfixtures pytest python few days ago we ve released a python3 compatible version of pytest dbfixtures a pytest plugin with fixtures and factories that can start fresh mysql postgresql elasticsearch redis rabbitmq and mongodb processes for your tests and clean their data afterwards it also provides factories for fixtures if you d need more processes of one kind or with different settings unfortunately if you ve been using rabbitmq and or mysql related fixtures please check your tests carefuly as these fixtures got most backward incompatible changes read more comments pyramid_fullauth 0 4 python3 and few fixes posted 02 11 2014 19 46 tags authentication fullauth pyramid python i ve just released version 0 4 of my pyramid extension pyramid_fullauth it s goal is to allow to add authentication abilities both password and social based authentication to pyramid based apps by the means of configuration mostly this version comes with limited python3 compatibility and two bugfixes read more comments commit a day will scratch your itch away posted 04 9 2014 23 03 tags community open source python at august s wroc py meeting i had a brief discussion with tomek wójcik about envelopes s state and those long opened issues at his issue tracker while thinking about what tomek said i remembered reading jeff knupp s post about whizbang project a highly motivational post about willingness to do something and it got me thinking what makes project tick why does django twisted celery have grown so big read more comments my first bump with pypy posted 21 8 2014 22 34 tags pypy python just until two weeks ago i was only reading about pypy my though about it was somewhat simple that s the interpreter that speeds up python code i expected that some changes to python code that s supposed to run in pypy will be required but i thought it will be easy to spot i haven t been more wrong read more comments reminder to use pool_recycle for sqlalchemy s connection to mysql posted 19 8 2014 22 02 tags mysql sqlalchemy this post is a reminder to myself and maybe other that will stumble upon mysql server has gone away error with sqlalchemy recently we had problem again with mysql and sqlalchemy application that it lost connection resulting in this error while a colleague of mine started panicking i ve started to remind myself how did we solved it last time well the answer is simple we used pool_recycle because mysql closes itself stale connections i don t think this problem occurs with postgresql at least i haven t seen it anywhere with postgresql but for mysql it s certainly worth trying first pool_recycle option and tuning pooling in general before franticly browsing internet for possible cause of this broad error comments mirakuru 0 2 released posted 16 8 2014 21 21 tags mirakuru python testing last thursday we released new minor version of mirakuru mirakuru is a helpful tools that lets add superpowers to your tests or maybe other scripts that need other processes to run changes introduced to mirakuru 0 2 are context managers for both starting and stopping ability to detect if resources required by executors tcp or http aren t already used and a fix for killing executors started with their own shell read more comments mirakuru your tests little helper posted 03 7 2014 20 19 tags mirakuru python testing just yesterday we released first version of mirakuru mirakuru is a helpful tools that lets add superpowers to your tests or maybe other scripts that need other processes to run with few lines of code mirakuru guarantees that when running your script will start it s own database instance or the webserver you ve just wrote and need to test it by sending real requests to it automatically read more comments older posts cases also available in polski ten utwór autorstwa grzegorz śliwiński jest dostępny na licencji creative commons uznanie autorstwa 3 0 unported homepage active archives tags contents 2025 grzegorz śliwiński powered by nikola
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)

    No Images


    Verified site has: 36 subpage(s). Do you want to verify them? Verify pages:

    1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-36


    Top 50 hastags from of all verified websites.

    Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

    Header

    HTTP/1.1 301 Moved Permanently
    Connection close
    Content-Length 162
    Server GitHub.com
    Content-Type text/html
    Location htt????/fizyk.dev/
    X-GitHub-Request-Id C9B6:4B0E8:2E8725:2FED63:69F933BE
    Accept-Ranges bytes
    Age 0
    Date Tue, 05 May 2026 00:03:10 GMT
    Via 1.1 varnish
    X-Served-By cache-lcy-egml8630091-LCY
    X-Cache MISS
    X-Cache-Hits 0
    X-Timer S1777939391.795270,VS0,VE80
    Vary Accept-Encoding
    X-Fastly-Request-ID 8fe58994a281aa3d30ebb2cd68319ea7abeadaa9
    HTTP/2 200
    server GitHub.com
    content-type text/html; charset=utf-8
    last-modified Thu, 27 Nov 2025 12:02:53 GMT
    access-control-allow-origin *
    etag W/ 69283ded-5346
    expires Tue, 05 May 2026 00:13:11 GMT
    cache-control max-age=600
    content-encoding gzip
    x-proxy-cache MISS
    x-github-request-id 7AD0:1502:74F7CF:761A46:69F933BE
    accept-ranges bytes
    age 0
    date Tue, 05 May 2026 00:03:11 GMT
    via 1.1 varnish
    x-served-by cache-rtm-ehrd2290052-RTM
    x-cache MISS
    x-cache-hits 0
    x-timer S1777939391.914201,VS0,VE179
    vary Accept-Encoding
    x-fastly-request-id 697ebad5784d6071a240a63e95085409afe36c58
    content-length 5776

    Meta Tags

    title="Cases | Cases"
    charset="utf-8"
    name="description" content="Not only about encountered programming cases."
    name="viewport" content="width=device-width"

    Load Info

    page size5776
    load time (s)0.382003
    redirect count1
    speed download15120
    server IP 185.199.109.153
    * all occurrences of the string "http://" have been changed to "htt???/"